]> git.jsancho.org Git - blog.git/blob - css/custom.css
Separate post tags with commas
[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 }
12
13 .image-left {
14     float: left;
15     margin: 0px 15px 15px 0px;
16 }