Commit 47557112eaf0fdbe79851fe6db7bd239c491cd0a
1 parent
a92cd18505
Exists in
master
Changed the urlbar color
Showing 1 changed file with 6 additions and 1 deletions Side-by-side Diff
css/style.css
View file @
4755711
... | ... | @@ -100,7 +100,8 @@ |
100 | 100 | transform: translateY(-50%); |
101 | 101 | height: 90%; |
102 | 102 | width: 1px; |
103 | - background-color: #aebcb9; | |
103 | + background-color: #D2143F; | |
104 | + /*background-color: #aebcb9;*/ | |
104 | 105 | } |
105 | 106 | |
106 | 107 | .cd-headline.type .cd-words-wrapper.waiting::after { |
... | ... | @@ -303,5 +304,9 @@ |
303 | 304 | letter-spacing: 2px; |
304 | 305 | font-weight: 100; |
305 | 306 | color: #304ffe; |
307 | +} | |
308 | + | |
309 | +.scrollspy { | |
310 | + margin-bottom: -10px; | |
306 | 311 | } |