diff options
Diffstat (limited to 'site/style.css')
-rw-r--r-- | site/style.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/site/style.css b/site/style.css index 47b7d40..48d93bb 100644 --- a/site/style.css +++ b/site/style.css @@ -20,16 +20,18 @@ } body { - background-color: #303030; - background-image: url("/images/bg.gif"); - background-repeat: repeat; + background-color: #373b41; + background-image: url("/images/bg.png"); + background-repeat: repeat-x; background-attachment: fixed; + background-position: center bottom; + background-size: 100%; image-rendering: pixelated; image-rendering: optimizeSpeed; /*background-image: url("https://davidovski.xyz/images/bg.png");*/ - color: #f58f44; + color: #fefefe; font-family: mononoki; font-size: 16px; padding: 0; @@ -76,9 +78,8 @@ h3 { padding: 2%; height: 100%; - border-left: 2px solid #f58f44; - border-right: 2px solid #f58f44; - border-bottom: 2px solid #f58f44; + border-radius: 6px; + box-shadow: 0px 0px 50px black; } .header { @@ -94,12 +95,12 @@ h3 { hr { width: 100%; border: 0; - border-bottom: 2px solid #f58f44; + border-bottom: 2px solid #fefefe; } .title { font-size: 45px; - color: #f58f44; + color: #fefefe; } .small { @@ -132,7 +133,6 @@ pre { background-color: #303030; white-space: pre-wrap; padding: 5px; - border: 2px solid #f58f44; } |