diff options
Diffstat (limited to 'css/jakob.css')
| -rw-r--r-- | css/jakob.css | 18 |
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; } |