aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob L. Kreuze2019-04-29 19:35:56 -0400
committerJakob L. Kreuze2019-04-29 19:35:56 -0400
commitdd497a8af809080787ed06d25cb83938381b2406 (patch)
treef8c932380ba0de38bc47d30eca20ed5df568c3f0
parent96c986f06cc6d5a8db415b4e274fb56f3a486ac4 (diff)
Change colors used
-rw-r--r--css/jakob.css18
1 files changed, 5 insertions, 13 deletions
diff --git a/css/jakob.css b/css/jakob.css
index 47116d2..f095c3a 100644
--- a/css/jakob.css
+++ b/css/jakob.css
@@ -39,26 +39,18 @@ h3 {
}
a {
- color: #5b6ee1;
+ color: #159957;
text-decoration: none;
}
-a:hover {
- color: #306082;
- background-color: #f3f3f3;
-}
-
-a:visited {
- color: #306082;
-}
-
pre {
font-family: "Hack", monospace;
+ font-size: 90%;
line-height: 110%;
min-width: 100%;
- padding: 1rem;
- background-color: #222034;
- color: #deeed6;
+ background-color: #303539;
+ padding: 0 1em;
+ color: #f0e9dc;
border-radius: 4px;
display: inline-block;
}

© 2015 - 2026 Jakob L. Kreuze