aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/polymer/dark.css
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-24 15:38:16 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-24 15:38:16 +0200
commit529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 (patch)
tree8a50c30271b9b328cde0d907b1441f2dabdc341b /Neutron-trunk/resources/css/polymer/dark.css
parent15e4724761c50b30803df1811a525c85058f70bf (diff)
downloadelectrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.gz
electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.bz2
electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.zip
Update
Diffstat (limited to 'Neutron-trunk/resources/css/polymer/dark.css')
-rw-r--r--Neutron-trunk/resources/css/polymer/dark.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/css/polymer/dark.css b/Neutron-trunk/resources/css/polymer/dark.css
new file mode 100644
index 0000000..de1f9a7
--- /dev/null
+++ b/Neutron-trunk/resources/css/polymer/dark.css
@@ -0,0 +1,26 @@
+.widget_cuc {
+ filter: invert(100%);
+}
+
+#page-banner {
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 70%, var(--mdc-theme-background)), var(--mpcms-banner) !important;
+}
+
+#page-elements #page-content-inner, #page-elements #page-content-widgets-desktop, #page-elements #page-content-widgets-mobile {
+ background: #171717 !important;
+ box-shadow: #1a1a1a42 0px 1px 10px !important;
+ color: white !important;
+}
+
+#page-elements a {
+ color: whitesmoke !important;
+}
+
+[data-pushbar-id] {
+ background: #1e1e1e !important;
+ color: white !important;
+}
+
+.mdc-list-item:not(.mdc-list-item--activated), .mdc-list-item:not(.mdc-list-item--activated) .material-icons-outlined {
+ color: white !important;
+} \ No newline at end of file