We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad16fc0 commit aa0b8daCopy full SHA for aa0b8da
src/LinkDotNet.Blog.Web/wwwroot/css/basic.css
@@ -25,7 +25,7 @@ body {
25
background-image: linear-gradient(to bottom, var(--background-gradient-start) 40%, var(--background-gradient-end));
26
background-repeat: no-repeat;
27
background-attachment: fixed;
28
- font-family: var(--default-font), sans-serif;
+ font-family: var(--default-font), sans-serif !important;
29
min-height: 100vh;
30
text-rendering: optimizeSpeed;
31
line-height: 1.5;
0 commit comments