Commit 0f8019a09469f03fd8d7df50e0e4488f7c306be6

Authored by Andrew Buss
Exists in master

merge

Showing 1 changed file Side-by-side Diff

css/style.css View file @ 0f8019a
... ... @@ -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 {
... ... @@ -307,5 +308,9 @@
307 308 letter-spacing: 2px;
308 309 font-weight: 100;
309 310 color: #304ffe;
  311 +}
  312 +
  313 +.scrollspy {
  314 + margin-bottom: -10px;
310 315 }