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