color updates

This commit is contained in:
Dante 2024-03-02 01:39:06 -05:00 committed by GitHub
parent f7e029daff
commit e1d0bb594a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,10 +25,10 @@
} }
.notification-content { .notification-content {
background: @cc-bg; background: @color1;
padding: 10px; padding: 10px;
border-radius: 5px; border-radius: 5px;
border: 2px solid #34548a; border: 2px solid @color7;
margin: 0; margin: 0;
} }
@ -92,9 +92,9 @@
} }
.inline-reply-entry { .inline-reply-entry {
background: @noti-bg-darker; background: @color1;
color: @text-color; color: @color7;
caret-color: @text-color; caret-color: @color7;
border: 1px solid @color7; border: 1px solid @color7;
border-radius: 5px; border-radius: 5px;
} }
@ -127,7 +127,7 @@
font-size: 16px; font-size: 16px;
font-weight: 700; font-weight: 700;
background: transparent; background: transparent;
color: rgba(158, 206, 106, 1); color: @color7;
text-shadow: none; text-shadow: none;
} }
@ -144,12 +144,12 @@
font-size: 15px; font-size: 15px;
font-weight: 400; font-weight: 400;
background: transparent; background: transparent;
color: @text-color; color: @color6;
text-shadow: none; text-shadow: none;
} }
.control-center { .control-center {
background: @color2; background: @background;
border: 2px solid @color6; border: 2px solid @color6;
border-radius: 5px; border-radius: 5px;
} }
@ -272,7 +272,7 @@
padding: 5px; padding: 5px;
margin: 5px 10px 10px 10px; margin: 5px 10px 10px 10px;
border-radius: 5px; border-radius: 5px;
background: @color2; background: @background;
border: 2px solid @color7; border: 2px solid @color7;
} }
@ -286,7 +286,7 @@
} }
.widget-buttons-grid > flowbox > flowboxchild > button:hover { .widget-buttons-grid > flowbox > flowboxchild > button:hover {
background: @color1; background: @color2;
color: @color6; color: @color6;
border: 2px solid @color7; border: 2px solid @color7;
} }