Skip to content

Commit

Permalink
Merge pull request reswitched#3 from jam1garner/master
Browse files Browse the repository at this point in the history
Fix minor color issues on multiple pages
  • Loading branch information
daeken authored Sep 28, 2017
2 parents c8df56c + ed3b47f commit 96996f5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ p, h2, h3 {
color: #eeeeec;
}


body {
padding: 5vh;
background-color: #303036;
Expand All @@ -18,19 +17,19 @@ body {
position: sticky; top: 5vh;
}
nav[data-toggle=toc] .nav>li>a:focus, nav[data-toggle=toc] .nav>li>a:hover {
color: #268BD2;
border-left: 1px solid #268BD2;
color: #dc3545;
border-left: 1px solid #dc3545;
}

.list-group-item {
background-color: #515159;
}
.list-group-item-action {
color: #268BD2;
color: #19cf9b;
}
.list-group-item-action:active, .list-group-item-action:hover, .list-group-item-action:focus {
background-color: #EEE8D5;
color: #268BD2;
background-color: #4c4c54;
color: #3ae0b1;
}
.card-header {
border-bottom: 0;
Expand All @@ -46,6 +45,9 @@ ul ul {
a {
color: #19cf9b;
}
a:hover, a:active{
color: #19cf9b
}

ol {
list-style-type: none;
Expand Down

0 comments on commit 96996f5

Please sign in to comment.