From 525d4ee4316fda6eca8d5d5743add16f5e513f05 Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 31 Mar 2026 01:27:40 +0100 Subject: [PATCH] green --- myriad/static/themes/green.css | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 myriad/static/themes/green.css diff --git a/myriad/static/themes/green.css b/myriad/static/themes/green.css new file mode 100644 index 0000000..e21e4f9 --- /dev/null +++ b/myriad/static/themes/green.css @@ -0,0 +1,43 @@ +.green{ + background-color:#c9facf; + border-color:#14da84; + color:black; +} +.green .heading +{ + background-color:#91f4b7; + border-color:#14da88; + color:black; +} +.green .heading b +{ + color:black; +} +.green a{ + color: #14da7a; +} +.green a:hover{ + color: #0e985e; +} +.green ::selection { + background:#14da8b; + color: white; + text-shadow: none; +} +.green ::-moz-selection { + background: #14da8b; + color: #EEE; + text-shadow: none; +} +.green .icon{ + border-color:#14da88; +} + +body.green{ + background: linear-gradient(90deg, #46fbd1 0%, #14da8b 50%, #0e986a 100%); + scrollbar-color:#14da88 #91f4d8; +} +.green .container{ + background-color:#c9fae8; + border-color:#14da9b; +} \ No newline at end of file