aboutsummaryrefslogtreecommitdiff
path: root/src/app/css
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2023-01-31 00:20:21 +0100
committer0neGal <mail@0negal.com>2023-01-31 00:20:21 +0100
commitff85ee5136d535a45ce87fa1d34b18eee24f09a2 (patch)
tree24ed4e4f47ba9f4aa49cba02dbcc3f898e0c3e95 /src/app/css
parentce3204a4dbbf7579fdc3ab066f2cba596562896a (diff)
downloadViper-ff85ee5136d535a45ce87fa1d34b18eee24f09a2.tar.gz
Viper-ff85ee5136d535a45ce87fa1d34b18eee24f09a2.zip
different colored switches
When a red switch is placed besides a red button that says "Remove", it makes it seem far more destructive to click that switch, even if it's not, and a blue color doesn't fit in very well either (perhaps we need more colors). And so because of all that the modlist switches are now orange, and we can easily add more colors. The switch colors overall are also far more vibrant now, as it looks far better that way.
Diffstat (limited to 'src/app/css')
-rw-r--r--src/app/css/theming.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/app/css/theming.css b/src/app/css/theming.css
index 6d7e223..d92c42e 100644
--- a/src/app/css/theming.css
+++ b/src/app/css/theming.css
@@ -61,11 +61,11 @@ a:hover {
background: rgb(var(--red)) !important;
}
-.blue {background: rgb(var(--blue)) !important}
-.blue2 {background: rgb(var(--blue2)) !important}
+.bg-blue {background: rgb(var(--blue)) !important}
+.bg-blue2 {background: rgb(var(--blue2)) !important}
-.orange {background: rgb(var(--orange)) !important}
-.orange2 {background: rgb(var(--orange2)) !important}
+.bg-orange {background: rgb(var(--orange)) !important}
+.bg-orange2 {background: rgb(var(--orange2)) !important}
-.red {background: rgb(var(--red)) !important}
-.red2 {background: rgb(var(--red2)) !important}
+.bg-red {background: rgb(var(--red)) !important}
+.bg-red2 {background: rgb(var(--red2)) !important}