commit 573187e461a716d2aee4ebbde8b65f4bb5be0cd1 parent ac13af63e08a94beba9e34ffddae89c91ecff33d Author: pyratebeard <root@pyratebeard.net> Date: Mon, 12 Nov 2018 12:12:55 +0000 custom css changes Diffstat:
A | custom.css | | | 32 | ++++++++++++++++++++++++++++++++ |
1 file changed, 32 insertions(+), 0 deletions(-)
diff --git a/custom.css b/custom.css @@ -0,0 +1,32 @@ +body { + background: #111111; + color: #abc0c5; +} +h1, +h2, +h3, +h4 { + color: #5a7588; +} +a { + color: #776e89; +} +a:hover, +a:focus { + color: #a29076; + text-decoration: none; +} +code { + background-color: #222222; + color: #5c8676; + padding: 5px 4px 2px 4px; +} +pre { + background: #111111; + color: #4f8396; + border-radius: 0px; + border-color: #444444; + border-width: 1px; + border-style: none; + border-left-style: solid; +}