Darker background

This commit is contained in:
Crom (Thibaut CHARLES) 2018-05-16 16:28:08 +02:00
parent 827dd66249
commit c76127b7c8
Signed by: tcharles
GPG Key ID: 45A3D5F880B9E6D0
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;