]> git.jsancho.org Git - blog.git/blob - css/custom.css
New colors
[blog.git] / css / custom.css
1 .navigation-bar {
2     background-color: #e95420;
3 }
4
5 #page-content > section[role="main"] a:hover {
6     color: #d63023;
7 }
8
9 #page-content > section[role="main"] a {
10     color: #e95420;
11 }