From 40f57ed72a601d8489a180f3bd9acd5e6c20d323 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Tue, 23 Apr 2024 01:19:27 +0700 Subject: Update theme --- dark.css | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 dark.css (limited to 'dark.css') diff --git a/dark.css b/dark.css deleted file mode 100644 index 4c439ec..0000000 --- a/dark.css +++ /dev/null @@ -1,47 +0,0 @@ -:root { - --font-color: #eee; - --bg-color: #212121; - - --link-color: #0a9dff; - --link-state-color:#ffa724; - --link-state-border-color: rgba(238, 54, 54, 0.5); - - --thead-bg-color: #343a40; - --table-border-color: lightgrey; - - --nav-bg-color: #242424; - --nav-link-color: #b6b6b6; - - --pre-color: #333; - --pre-bg-color: #f1f1f1; - - --bq-color: #ccc; - --hr-color: #333; - - --pagination-bg-color: #373737; - --pagination-link-color: #b6b6b6; - - --post-info-color: #599ada; - - --switcher-color: #333; - --switcher-bg-color: #fff; -} - -html { - font-family: monospace; -} - -h1, h2, h3 { - color: #aeee00; -} - -ul li { - list-style: '* '; /* Remove default bullets */ -} - -ul li::marker { - color: #ffa724; - font-weight: bold; -} - - -- cgit 1.4.1