mirror of https://github.com/dirtbags/moth.git
Reduce border radius of pre elements
This commit is contained in:
parent
42b6d85317
commit
d137e658f9
|
@ -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