Update 'css/everest.css'

This commit is contained in:
Liam Waldron 2023-01-26 17:46:23 -05:00
parent 5734280ac0
commit 81c33c620d

View File

@ -49,7 +49,6 @@
body { body {
font-family: sans-serif; font-family: sans-serif;
background-color: #1E1E1E; background-color: #1E1E1E;
color: white;
} }
code { code {
@ -68,6 +67,7 @@ h2 {
padding-left: 4px; padding-left: 4px;
border-width: 8px; border-width: 8px;
border-radius: 5px; border-radius: 5px;
color: white;
} }
button { button {
@ -79,8 +79,17 @@ button {
border-color: #4a86e8ff; border-color: #4a86e8ff;
border-radius: 5px; border-radius: 5px;
background-color: #2C2C2C; background-color: #2C2C2C;
color: white;
} }
hr.dotted { hr.dotted {
border-top: 3px dotted #bbb; border-top: 3px dotted #bbb;
}
p {
color: white;
}
strong {
color: white;
} }