aboutsummaryrefslogtreecommitdiffstats
path: root/static/themes
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-10-21 14:17:07 +0000
committerlolcat <will@lolcat.ca>2024-10-21 14:17:07 +0000
commitd427a48ed45edcaea91c2fd22a59b4f5b2a06674 (patch)
tree846ee5addac51ed0a87c83b47f436499ffeb9489 /static/themes
parent6eabc3edf4a8344e0f508cc1f7f881f5f00dc0fa (diff)
parent12d5b4ade817ef9512662e0a65c6850497566a33 (diff)
Merge pull request 'nginx documentation but better' (#41) from bread/4get:master into master
Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/41
Diffstat (limited to 'static/themes')
-rw-r--r--static/themes/Wine.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/static/themes/Wine.css b/static/themes/Wine.css
new file mode 100644
index 0000000..2d79f02
--- /dev/null
+++ b/static/themes/Wine.css
@@ -0,0 +1,40 @@
+:root
+{
+ --accent : #f79e98;
+ --1d2021 : #180d0c;
+ --282828 : #180d0c;
+ --3c3836 : #251615;
+ --504945 : #251615;
+ --928374 : var(--accent);
+ --a89984 : #d8c5c4;
+ --bdae93 : #d8c5c4;
+ --8ec07c : var(--accent);
+ --ebdbb2 : #d8c5c4;
+ --comment: #928374;
+ --default: #DCC9BC;
+ --keyword: #F07342;
+ --string : var(--accent);
+ --green : #959A6B;
+ --yellow : #E39C45;
+ --red : #CF223E;
+ --white : var(--a89984);
+ --black : var(--1d2021);
+ --hover : #b18884
+}
+
+ a.link, a { color: var(--accent); text-decoration: none; }
+ .searchbox { width: 23%; }
+ .filters filter select { color: #E39C45; }
+ .web .separator::before { color: var(--white) }
+ .searchbox input[type="text"]::placeholder { color: var(--white); }
+ a.link:hover
+ {
+ color: var(--hover);
+ text-shadow: 0 0 .2rem var(--hover);
+ }
+ .code-inline
+ { border-color: var(--default); font-family: monospace;}
+ .home #center a
+ { color: var(--accent); }
+ .home .subtext
+ { color: var(--white); }
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage