From 1869d5fa783ce9972d3466b08a09c2f65b8ca847 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 27 Jun 2023 10:49:11 +0000 Subject: [PATCH] updated on - Tue Jun 27 10:49:11 UTC 2023 --- themes/dark.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 themes/dark.css diff --git a/themes/dark.css b/themes/dark.css new file mode 100644 index 0000000..c4accd2 --- /dev/null +++ b/themes/dark.css @@ -0,0 +1,44 @@ +body { + margin: 2.5rem auto; + max-width: 700px; + background: #191919; + color: rgba(255, 255, 255, 0.8117647059); + padding-inline: 1rem; + font-family: "Lora", sans-serif; + font-weight: 500; + box-sizing: border-box; +} +body::selection { + color: #191919; + background: #9BA6B0; +} + +h1, h2, h3 { + font-family: "Lora", sans-serif; + margin-top: 2.5rem; + line-height: 1.2; +} + +img { + display: block; + width: 100%; + object-fit: cover; + object-position: center; +} + +a { + color: #6FB0E2; +} +a:hover { + text-decoration: none; +} + +pre { + font-family: "Inconsolata", monospace; +} + +.timestamp { + color: rgba(255, 255, 255, 0.8117647059); +} + +/*# sourceMappingURL=dark.css.map */