mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
style(control-center): adjust color contrast in header
This commit is contained in:
@@ -30,6 +30,16 @@ window.control-center {
|
||||
}
|
||||
|
||||
.header {
|
||||
.name {
|
||||
color: rgba($fg-color, 0.8);
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
.username {
|
||||
color: rgba($fg-color, 0.5);
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.controls {
|
||||
button {
|
||||
background-color: $inactive-color;
|
||||
|
Reference in New Issue
Block a user