projects
/
blog.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6fa84f53450339b26a34871ce8966af500ff37c1
[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
}
17
18
.image-right {
19
float: right;
20
margin: 0px 15px 15px 0px;
21
}