summaryrefslogtreecommitdiff
path: root/static/css/custom-dark.css
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2020-11-12 19:20:12 -0500
committerRobby Zambito <contact@robbyzambito.me>2020-11-12 19:20:12 -0500
commitd1f5f606691edaa340ebcef4bb022285fe87b443 (patch)
tree38a00e7f60bd8290fd15d2cb0514a0a301b8a1e4 /static/css/custom-dark.css
parent434aaa409ca4a267e1a94058987269f5f599d962 (diff)
Added nord theme
Diffstat (limited to 'static/css/custom-dark.css')
-rw-r--r--static/css/custom-dark.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/css/custom-dark.css b/static/css/custom-dark.css
new file mode 100644
index 0000000..e9edd8a
--- /dev/null
+++ b/static/css/custom-dark.css
@@ -0,0 +1,9 @@
+
+html.dark a,
+html.dark .posts .tags a {
+ color: #88c0d0;
+}
+
+html.dark, html.dark body {
+ background-color: #2e3440;
+}