summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.scss b/style.scss
index 5c6e12c..406e8a3 100644
--- a/style.scss
+++ b/style.scss
@@ -237,7 +237,7 @@ nav {
text-align: center;
margin-bottom: 5px;
border: 0px;
- background: #414040;
+ background: #000;
border-radius: 0px;
margin-right: 0px;
}
@@ -247,7 +247,7 @@ nav {
padding: 5px;
color: #d9d9d9;
text-decoration-line: none;
- background: #100f12;
+ background: #000;
font-size: 13px;
border: 1px solid #535353;
margin-right: 4px;
@@ -504,10 +504,10 @@ img {
top: 0;
width: 100%;
z-index: 5;
- background: #211f26;
+ background: #0a0b10;
border-bottom: 1px solid #535353;
@include mobile {
- background: #211f26;
+ background: #0a0b10;
}
}