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 1313 --white : # ffffff ;
1414 --wild-sand : # f4f4f4 ;
1515
16+ /* Fonts */
17+ --default-font : 'Quicksand' ;
18+ --code-font : 'JetBrains Mono' ;
19+
1620 /* Usages - this colors have to be defined in every theme */
1721 --active-link : var (--big-stone );
1822 --disabled-link : var (--pewter );
5761 background-image : linear-gradient (to bottom, var (--background-gradient-start ) 40% , var (--background-gradient-end ));
5862 background-repeat : no-repeat;
5963 background-attachment : fixed;
60- font-family : 'Quicksand' , sans-serif;
64+ font-family : var ( --default-font ) , sans-serif;
6165 min-height : 100vh ;
6266 text-rendering : optimizeSpeed;
6367 line-height : 1.5 ;
@@ -155,7 +159,7 @@ body::-webkit-scrollbar {
155159}
156160
157161code {
158- font-family : 'JetBrains Mono' , cursive;
162+ font-family : var ( --code-font ) , cursive;
159163}
160164
161165/* Template defined css */
You can’t perform that action at this time.
0 commit comments