mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Merge pull request #53 from koirand/enh/#52
Unify code colors Close #52
This commit is contained in:
commit
997422cd16
1 changed files with 2 additions and 1 deletions
|
@ -451,7 +451,7 @@
|
||||||
padding: 0.2em 0.4em;
|
padding: 0.2em 0.4em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
background-color: rgba(27,31,35,0.05);
|
background-color: #f6f6f6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -540,3 +540,4 @@
|
||||||
|
|
||||||
#contentBody hr {
|
#contentBody hr {
|
||||||
border-bottom-color: #eee;
|
border-bottom-color: #eee;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue