summaryrefslogtreecommitdiff
path: root/res/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'res/style.css')
-rw-r--r--res/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/style.css b/res/style.css
index df5c998..fbc2ccf 100644
--- a/res/style.css
+++ b/res/style.css
@@ -119,8 +119,9 @@ span.yellow {
* Navbar Styles
*/
div#nav-header {
+ padding-top:.5em;
background-color:#333;
- background:linear-gradient(#0000, #0000, #0000, #0000, #221), #333;
+ background:linear-gradient(to top right, #211, #234);
box-shadow:0px 0px 4px #4f4b43;
color:#eee;
display:flex;
@@ -232,8 +233,7 @@ div.index-post .readmore {
}
div#footer {
- background:none;
- background-color:#292929;
+ background:linear-gradient(to bottom right, #211, #234);
color:#eee;
margin:5px 0px 0px 0px;
width:100%;

Generated by cgit