mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
Fix a style problem with the backound on the index
This commit is contained in:
parent
0f20784b8c
commit
2521aa3a94
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
body {
|
||||
html {
|
||||
background: linear-gradient(135deg, #c4dfffa0, transparent), url(/background.png);
|
||||
width:100%;
|
||||
height: 100%;
|
||||
margin:0;
|
||||
font-family: sans;
|
||||
font-weight: 300;
|
||||
|
|
Loading…
Reference in a new issue