Merge pull request #41 from vincent99/master

Color
This commit is contained in:
Vincent Fiduccia
2018-04-27 13:50:51 -07:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -19,5 +19,6 @@ rules:
- convention: 'hyphenatedbem' - convention: 'hyphenatedbem'
no-color-keywords: 0 no-color-keywords: 0
no-color-literals: 0 no-color-literals: 0
property-sort-order: 2 property-sort-order: 0
no-ids: 0
one-declaration-per-line: 1 one-declaration-per-line: 1
+2 -2
View File
@@ -56,8 +56,8 @@
.modal-content { .modal-content {
visibility: hidden;
display: none; display: none;
visibility: hidden;
} }
.sticky { .sticky {
@@ -67,6 +67,6 @@
#TableOfContents { #TableOfContents {
.active { .active {
background-color: $accent-two; font-weight: bold;
} }
} }