This commit is contained in:
Niklas Buschmann 2020-11-25 18:43:38 +01:00
parent 6060c247bf
commit aa7b9056cf

View File

@ -23,7 +23,7 @@
} }
body > header { body > header {
background: #1c1d22; background: #1c1d22;
color: #fff; color: #ffffff;
} }
} }
@ -122,7 +122,8 @@ tr:hover, tr:nth-child(odd) td {
} }
pre { pre {
background: rgba(142, 142, 145, 0.12); background: rgba(40, 41, 48, 0.9)!important;
color: #ffffff;
border-radius: 2px; border-radius: 2px;
font-size: .8em; font-size: .8em;
margin: 1.5em 0; margin: 1.5em 0;