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