Chat online indicator to match the current theme

This commit is contained in:
Noah Petherbridge 2024-11-24 13:39:13 -08:00
parent 9a75a0621e
commit b9bb8c28b4
8 changed files with 48 additions and 0 deletions

View File

@ -22,4 +22,10 @@
.nonshy-forum-box-3 { .nonshy-forum-box-3 {
/* Nested box: Topics/Posts/Users/View counters */ /* Nested box: Topics/Posts/Users/View counters */
background-color: #e7c2ff; background-color: #e7c2ff;
}
/* Chat members in top nav bar on desktop */
.nonshy-navbar-notification-tag.is-link {
background-color: rgb(255, 104, 247);
color: #606;
} }

View File

@ -21,4 +21,10 @@
.nonshy-forum-box-3 { .nonshy-forum-box-3 {
/* Nested box: Topics/Posts/Users/View counters */ /* Nested box: Topics/Posts/Users/View counters */
background-color: #c2d2ff; background-color: #c2d2ff;
}
/* Chat members in top nav bar on desktop */
.nonshy-navbar-notification-tag.is-link {
background-color: rgb(66, 142, 255);
color: #fff;
} }

View File

@ -21,4 +21,10 @@
.nonshy-forum-box-3 { .nonshy-forum-box-3 {
/* Nested box: Topics/Posts/Users/View counters */ /* Nested box: Topics/Posts/Users/View counters */
background-color: #c2ffe8; background-color: #c2ffe8;
}
/* Chat members in top nav bar on desktop */
.nonshy-navbar-notification-tag.is-link {
background-color: rgb(28, 133, 33);
color: #fff;
} }

View File

@ -20,4 +20,10 @@
.nonshy-forum-box-3 { .nonshy-forum-box-3 {
/* Nested box: Topics/Posts/Users/View counters */ /* Nested box: Topics/Posts/Users/View counters */
background-color: #ffcbc2; background-color: #ffcbc2;
}
/* Chat members in top nav bar on desktop */
.nonshy-navbar-notification-tag.is-link {
background-color: rgb(255, 110, 66);
color: #fff;
} }

View File

@ -21,4 +21,10 @@
.nonshy-forum-box-3 { .nonshy-forum-box-3 {
/* Nested box: Topics/Posts/Users/View counters */ /* Nested box: Topics/Posts/Users/View counters */
background-color: #e7c2ff; background-color: #e7c2ff;
}
/* Chat members in top nav bar on desktop */
.nonshy-navbar-notification-tag.is-link {
background-color: rgb(255, 104, 247);
color: #606;
} }

View File

@ -22,4 +22,10 @@
.nonshy-forum-box-3 { .nonshy-forum-box-3 {
/* Nested box: Topics/Posts/Users/View counters */ /* Nested box: Topics/Posts/Users/View counters */
background-color: #d7c2ff; background-color: #d7c2ff;
}
/* Chat members in top nav bar on desktop */
.nonshy-navbar-notification-tag.is-link {
background-color: rgb(170, 66, 255);
color: #fff;
} }

View File

@ -21,4 +21,10 @@
.nonshy-forum-box-3 { .nonshy-forum-box-3 {
/* Nested box: Topics/Posts/Users/View counters */ /* Nested box: Topics/Posts/Users/View counters */
background-color: #ffd0c2; background-color: #ffd0c2;
}
/* Chat members in top nav bar on desktop */
.nonshy-navbar-notification-tag.is-link {
background-color: rgb(255, 66, 66);
color: #fff;
} }

View File

@ -22,4 +22,10 @@
.nonshy-forum-box-3 { .nonshy-forum-box-3 {
/* Nested box: Topics/Posts/Users/View counters */ /* Nested box: Topics/Posts/Users/View counters */
background-color: #ffcbc2; background-color: #ffcbc2;
}
/* Chat members in top nav bar on desktop */
.nonshy-navbar-notification-tag.is-link {
background-color: rgb(163, 145, 40);
color: #fff;
} }