mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-07-14 16:07:39 +02:00
Replace static color values w/ --raspap-* vars
This commit is contained in:
parent
c00f006cdd
commit
24b292bf33
@ -609,7 +609,6 @@ textarea.plugin-log {
|
||||
.client-type i {
|
||||
font-size: 1.5rem;
|
||||
color: var(--raspap-theme-color);
|
||||
background: #fff;
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
border-radius: 50%;
|
||||
@ -622,7 +621,7 @@ textarea.plugin-log {
|
||||
.client-type i.badge-icon {
|
||||
font-size: 0.7rem;
|
||||
background: var(--raspap-theme-color);
|
||||
color: white;
|
||||
color: var(--raspap-offwhite);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border: none;
|
||||
@ -632,8 +631,8 @@ textarea.plugin-log {
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
right: -5px;
|
||||
background: #008281;
|
||||
color: white;
|
||||
background: var(--raspap-theme-color);
|
||||
color: var(--raspap-offwhite);
|
||||
border-radius: 50%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user