about summary refs log tree commit diff
path: root/dark.css
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-04-23 01:19:27 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-04-23 01:19:27 +0700
commit40f57ed72a601d8489a180f3bd9acd5e6c20d323 (patch)
tree6dd84fffd42e809f5123333deb8bb1a366a97cfc /dark.css
parent2cff39c15ffb512f87ed5f8a2f71603e9ff2d4c7 (diff)
downloadblog-40f57ed72a601d8489a180f3bd9acd5e6c20d323.tar.gz
Update theme
Diffstat (limited to 'dark.css')
-rw-r--r--dark.css47
1 files changed, 0 insertions, 47 deletions
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;
-}
-
-