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

View File

@@ -19,5 +19,6 @@ rules:
- convention: 'hyphenatedbem'
no-color-keywords: 0
no-color-literals: 0
property-sort-order: 2
property-sort-order: 0
no-ids: 0
one-declaration-per-line: 1

View File

@@ -56,8 +56,8 @@
.modal-content {
visibility: hidden;
display: none;
visibility: hidden;
}
.sticky {
@@ -67,6 +67,6 @@
#TableOfContents {
.active {
background-color: $accent-two;
font-weight: bold;
}
}