Branches pages polished. few css improvements
This commit is contained in:
parent
2b319d0496
commit
02dc256514
10 changed files with 51 additions and 20 deletions
|
@ -1,3 +1,6 @@
|
|||
body {
|
||||
margin-bottom:20px;
|
||||
}
|
||||
a {
|
||||
outline: none;
|
||||
color: $link_color;
|
||||
|
@ -67,6 +70,10 @@ h3, h4, h5, h6 {
|
|||
line-height: 36px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
code {
|
||||
background:#FCEEC1;
|
||||
color:$style_color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue