aboutsummaryrefslogtreecommitdiff
path: root/app/scss/components.scss
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-01-21 22:40:51 +0000
committerGitHub <noreply@github.com>2020-01-21 22:40:51 +0000
commitf24148d43189bd72f7ef7f498f30cdee8700d5e5 (patch)
treea67bd8c8373d86496536c096f00682594668f530 /app/scss/components.scss
parent980023a80c9055f0102c2308cd1d1d7238deb69e (diff)
downloadcheatdb-f24148d43189bd72f7ef7f498f30cdee8700d5e5.tar.xz
Improve package page styling
Diffstat (limited to 'app/scss/components.scss')
-rw-r--r--app/scss/components.scss22
1 files changed, 11 insertions, 11 deletions
diff --git a/app/scss/components.scss b/app/scss/components.scss
index fb7548c..3f10ed4 100644
--- a/app/scss/components.scss
+++ b/app/scss/components.scss
@@ -58,27 +58,27 @@
}
.userlist li.NOT_JOINED {
- color: #aaa;
+ color: #aaa !important;
}
-.NOT_JOINED a, a.NOT_JOINED {
- color: #7ac;
+.NOT_JOINED a, .NOT_JOINED {
+ color: #7ac !important;
}
-.ADMIN a, a.ADMIN{
- color: #e30;
+.ADMIN a, .ADMIN{
+ color: #e30 !important;
}
-.MODERATOR a, a.MODERATOR {
- color: #e90;
+.MODERATOR a, .MODERATOR {
+ color: #e90 !important;
}
-.EDITOR a, a.EDITOR {
- color: #b6f;
+.EDITOR a, .EDITOR {
+ color: #b6f !important;
}
-.TRUSTED_MEMBER a, a.TRUSTED_MEMBER {
- color: #2c2;
+.TRUSTED_MEMBER a, .TRUSTED_MEMBER {
+ color: #2c2 !important;
}
.wiptopic a:not(.btn) {