aboutsummaryrefslogtreecommitdiff
path: root/p/themes
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-06-13 16:41:44 +0200
committerGravatar GitHub <noreply@github.com> 2024-06-13 16:41:44 +0200
commitff61050dc07a845b0374040a3ca24e4dafe7f58f (patch)
treebaf16f25fefa504e0bfcd05535115ac1e2a1185c /p/themes
parent20f13312d15a1408365b859b14621364009990cd (diff)
Sticky Footer Regression dark mode (#6555)
Diffstat (limited to 'p/themes')
-rw-r--r--p/themes/Origine/origine.css1
-rw-r--r--p/themes/Origine/origine.rtl.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index afdc3e0a5..762fe2f95 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -1200,6 +1200,7 @@ a:hover .icon {
--background-color-light-gradient2: #111;
--background-color-light: #111;
--background-color-light-shadowed: #191919;
+ --background-color-light-shadowed-transparent: #191919cf;
--background-color-grey: #1f1f1f;
--background-color-hover: #212227;
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index ee2ab8265..9c486d1be 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/p/themes/Origine/origine.rtl.css
@@ -1200,6 +1200,7 @@ a:hover .icon {
--background-color-light-gradient2: #111;
--background-color-light: #111;
--background-color-light-shadowed: #191919;
+ --background-color-light-shadowed-transparent: #191919cf;
--background-color-grey: #1f1f1f;
--background-color-hover: #212227;