minor style stuff
This commit is contained in:
parent
c175437b55
commit
7ccb524efa
13 changed files with 134 additions and 82 deletions
21
site/css/looks.css
Normal file
21
site/css/looks.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
code:not(pre code) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: white;
|
||||
color: black;
|
||||
overflow-x: auto;
|
||||
border-style: solid;
|
||||
border-radius: 3px;
|
||||
border-width: 2px;
|
||||
border-color: gainsboro;
|
||||
padding-left: 0.35em;
|
||||
padding-top: 0.1em;
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: rgb(255, 255, 255);
|
||||
color: rgb(0.9, 0.8, 0.8);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue