File tree Expand file tree Collapse file tree 1 file changed +27
-5
lines changed
Expand file tree Collapse file tree 1 file changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ body {
2626a {
2727 color : var (--ctp-latte-blue );
2828 font-variation-settings : "wght" 600 ;
29+ font-weight : 600 ;
30+ text-decoration : none;
31+ cursor : pointer;
32+ font-variation-settings : "wght" 600 ; /* needed for webkit */
2933}
3034
3135.content {
@@ -137,14 +141,32 @@ body > footer {
137141 gap : 32px ;
138142}
139143
140- .cards-grid-box {
144+ .tile {
141145 margin : 1rem ;
142- padding : 2rem ;
143- border-radius : 0.5rem ;
144- background-color : var (--ctp-latte-mantle );
145- border : 1px solid rgba (76 , 79 , 105 , 0.1 ) !important ;
146+ padding : 54px ;
147+ border-radius : 24px ;
148+ background-color : var (--ctp-frappe-base );
149+ color : var (--ctp-frappe-text );
150+ }
151+
152+ .tile a {
153+ color : var (--ctp-frappe-blue );
154+ font-variation-settings : "wght" 600 ;
146155}
147156
157+ .tile {
158+ & h3 {
159+ margin : 0 ;
160+ font-size : 1.2rem ;
161+ }
162+ }
163+
164+ h1 , h2 , h3 , h4 , h5 , h6 {
165+ margin : 3rem 0 1rem ;
166+ font-weight : bold;
167+ font-weight : 800 ;
168+ line-height : 1.25 ;
169+ }
148170
149171a [href ^= "http" ]: not (: has (.arrow )): not (: has (img )): not (: has (svg ))::after {
150172 margin : 0 0.1em 0 0.2em ;
You can’t perform that action at this time.
0 commit comments