File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/LinkDotNet.Blog.Web/wwwroot/css Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 13
13
--white : # ffffff ;
14
14
--wild-sand : # f4f4f4 ;
15
15
16
+ /* Fonts */
17
+ --default-font : 'Quicksand' ;
18
+ --code-font : 'JetBrains Mono' ;
19
+
16
20
/* Usages - this colors have to be defined in every theme */
17
21
--active-link : var (--big-stone );
18
22
--disabled-link : var (--pewter );
57
61
background-image : linear-gradient (to bottom, var (--background-gradient-start ) 40% , var (--background-gradient-end ));
58
62
background-repeat : no-repeat;
59
63
background-attachment : fixed;
60
- font-family : 'Quicksand' , sans-serif;
64
+ font-family : var ( --default-font ) , sans-serif;
61
65
min-height : 100vh ;
62
66
text-rendering : optimizeSpeed;
63
67
line-height : 1.5 ;
@@ -155,7 +159,7 @@ body::-webkit-scrollbar {
155
159
}
156
160
157
161
code {
158
- font-family : 'JetBrains Mono' , cursive;
162
+ font-family : var ( --code-font ) , cursive;
159
163
}
160
164
161
165
/* Template defined css */
You can’t perform that action at this time.
0 commit comments