summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-05-18 00:32:44 +0200
committerrstular <rok@stular.eu>2020-05-18 00:32:44 +0200
commit7213b0ed8fc25cde035ad1946f45e4e140ac79b0 (patch)
treeb79b5c6b2fac1b34bb2796d2184c7f56a383fe2d /assets
parentRevert "Styling fix, lopolis fix" (diff)
downloadbeziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar.gz
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar.bz2
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar.lz
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar.xz
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar.zst
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.zip
Diffstat (limited to 'assets')
-rw-r--r--assets/css/styles.css3
-rw-r--r--assets/js/lib/themes.js2
2 files changed, 4 insertions, 1 deletions
diff --git a/assets/css/styles.css b/assets/css/styles.css
index 10e4e87..40e2323 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -4,6 +4,7 @@
--color-accent: rgba(0, 156, 101, 1);
--color-primary-light: rgba(230, 250, 231, 1);
--color-invalid: rgba(192, 0, 0, 1);
+ --color-primary-transparent: rgba(0, 128, 83, 0.3);
--background-color: rgba(255, 255, 255, 1);
--background-accent: rgba(0, 156, 101, 0.2);
@@ -118,7 +119,7 @@ a.collection-item {
}
.fc-unthemed td.fc-today {
- background: var(--color-primary);
+ background: var(--color-primary-transparent);
}
.fc-icon {
diff --git a/assets/js/lib/themes.js b/assets/js/lib/themes.js
index eb2f61c..8917aaa 100644
--- a/assets/js/lib/themes.js
+++ b/assets/js/lib/themes.js
@@ -5,6 +5,7 @@ const THEME_COLOR_SCHEMES = {
"color-accent": "rgba(0, 156, 101, 1)",
"color-primary-light": "rgba(230, 250, 231, 1)",
"color-invalid": "rgba(192, 0, 0, 1)",
+ "color-primary-transparent": "rgba(0, 128, 83, 0.3)",
"background-color": "rgba(255, 255, 255, 1)",
"background-accent": "rgba(0, 156, 101, 0.2)",
@@ -32,6 +33,7 @@ const THEME_COLOR_SCHEMES = {
"color-accent": "rgba(20, 117, 83, 1)",
"color-primary-light": "rgba(6, 137, 9, 1)", // it's not really light anymore, is it?
"color-invalid": "rgba(192, 0, 0, 1)",
+ "color-primary-transparent": "rgba(0, 128, 83, 0.3)",
"background-color": "rgba(31, 31, 31, 1)",
"background-accent": "rgba(0, 92, 44, 0.2)",