commit 650d15779088b8cdff4b6477183e464d985f6b26
parent 7c542e5164571a2da48072f7ddb97f1e2cf365ae
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Mon, 30 Dec 2019 22:40:47 -0500
Be explicit about colours in css
Diffstat:
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/build/base.css b/build/base.css
@@ -3,19 +3,19 @@ html {
}
body {
- font-family: "DejaVu Sans", sans-serif;
background-color: #222;
color: #ddd;
+ font-family: "DejaVu Sans", sans-serif;
line-height: 1.5em;
width: 98%;
margin: auto;
}
a {
+ background-color: transparent;
+ color: #ffffb3;
text-decoration: none;
font-weight: bold;
- color: #ffffb3;
- background-color: transparent;
}
a:visited {
@@ -36,11 +36,9 @@ p.noindent {
}
pre {
+ background-color: #424242;
font-family: "DejaVu Sans Mono", monospace;
- /* white-space: pre-wrap; */
- /* word-wrap: break-word; */
overflow-x: auto;
- background-color: #424242;
border: 3px #585858 solid;
box-shadow: inset 0 0 0 2px rgba(40, 40, 40, 0.5);
padding: 20px;
@@ -52,19 +50,21 @@ pre code {
}
code {
- font-size: 14px;
- padding: 1px 4px;
background-color: #424242;
color: #eaeaea;
+ font-size: 14px;
+ padding: 1px 4px;
}
input {
background-color: #eaeaea;
+ color: #000;
height: 1.4em;
}
button {
background-color: #bababa;
+ color: #000;
border: none;
border-radius: 5px;
height: 1.9em;
@@ -103,10 +103,10 @@ ul.inline {
kbd {
background-color: #b4b4b4;
+ color: #333;
border-radius: 3px;
border: 1px solid #b4b4b4;
box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(180, 180, 180, .7) inset;
- color: #333;
display: inline-block;
font-size: 1em;
font-weight: 700;
@@ -135,12 +135,12 @@ kbd {
}
.spoiler {
- color: black;
- background-color:black;
+ background-color: #000;
+ color: #000;
}
.spoiler:hover{
- color: white;
+ color: #fff;
}
.wrap {
@@ -196,7 +196,7 @@ kbd {
}
#header a, #header a:visited {
- color: #dddddd;
+ color: #ddd;
}
#content {