Darker background
This commit is contained in:
parent
827dd66249
commit
c76127b7c8
@ -711,7 +711,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
|
||||
|
||||
body {
|
||||
background-image: url(../img/ui/gnome3.jpg);
|
||||
background-size: 100% 100vh;
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
font-family: "Noto Serif", serif;
|
||||
font-size: 1.8rem;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 463 KiB After Width: | Height: | Size: 267 KiB |
@ -18,7 +18,7 @@ $FontText: 'Noto Serif',serif;
|
||||
|
||||
body{
|
||||
background-image: url(../img/ui/gnome3.jpg);
|
||||
background-size: 100% 100vh;
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
|
||||
font-family: $FontText;
|
||||
|
Loading…
Reference in New Issue
Block a user