mirror of https://github.com/dirtbags/moth.git
Reduce border radius of pre elements
This commit is contained in:
parent
581507444f
commit
e1505250dd
|
@ -34,7 +34,7 @@ body > h1:first-child {
|
||||||
|
|
||||||
.readme, pre {
|
.readme, pre {
|
||||||
background-color: #FFDAA3;
|
background-color: #FFDAA3;
|
||||||
border-radius: 2em;
|
border-radius: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue