mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Improve appearance of <code> outside of the SE manual
This commit is contained in:
parent
660631953b
commit
57b3c5dfc7
1 changed files with 12 additions and 0 deletions
|
@ -580,6 +580,18 @@ aside.sort button:hover{
|
||||||
background: #bbb url('/images/stripes-dark.svg');
|
background: #bbb url('/images/stripes-dark.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code{
|
||||||
|
font-family: "Fira Mono", monospace;
|
||||||
|
font-size: .8rem;
|
||||||
|
border: 1px solid rgba(255,255,255,.25);
|
||||||
|
background: #333;
|
||||||
|
border-radius: .25rem;
|
||||||
|
white-space: nowrap;
|
||||||
|
padding: 0 .25rem;
|
||||||
|
color: #fff;
|
||||||
|
margin: 0 .2rem;
|
||||||
|
}
|
||||||
|
|
||||||
main.front-page > a.button{
|
main.front-page > a.button{
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue