1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-19 07:17:42 +02:00

Replace static color values w/ --raspap-* vars

This commit is contained in:
billz 2025-03-17 11:42:20 -07:00
parent c00f006cdd
commit 24b292bf33

View File

@ -609,7 +609,6 @@ textarea.plugin-log {
.client-type i { .client-type i {
font-size: 1.5rem; font-size: 1.5rem;
color: var(--raspap-theme-color); color: var(--raspap-theme-color);
background: #fff;
width: 45px; width: 45px;
height: 45px; height: 45px;
border-radius: 50%; border-radius: 50%;
@ -622,7 +621,7 @@ textarea.plugin-log {
.client-type i.badge-icon { .client-type i.badge-icon {
font-size: 0.7rem; font-size: 0.7rem;
background: var(--raspap-theme-color); background: var(--raspap-theme-color);
color: white; color: var(--raspap-offwhite);
width: 20px; width: 20px;
height: 20px; height: 20px;
border: none; border: none;
@ -632,8 +631,8 @@ textarea.plugin-log {
position: absolute; position: absolute;
top: -5px; top: -5px;
right: -5px; right: -5px;
background: #008281; background: var(--raspap-theme-color);
color: white; color: var(--raspap-offwhite);
border-radius: 50%; border-radius: 50%;
width: 20px; width: 20px;
height: 20px; height: 20px;