Update 'css/everest.css'
This commit is contained in:
parent
5734280ac0
commit
81c33c620d
@ -49,7 +49,6 @@
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
background-color: #1E1E1E;
|
||||
color: white;
|
||||
}
|
||||
|
||||
code {
|
||||
@ -68,6 +67,7 @@ h2 {
|
||||
padding-left: 4px;
|
||||
border-width: 8px;
|
||||
border-radius: 5px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
button {
|
||||
@ -79,8 +79,17 @@ button {
|
||||
border-color: #4a86e8ff;
|
||||
border-radius: 5px;
|
||||
background-color: #2C2C2C;
|
||||
color: white;
|
||||
}
|
||||
|
||||
hr.dotted {
|
||||
border-top: 3px dotted #bbb;
|
||||
}
|
||||
|
||||
p {
|
||||
color: white;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: white;
|
||||
}
|
Loading…
Reference in New Issue
Block a user