Rebuild theme

This commit is contained in:
EliverLara
2021-06-02 13:10:37 -05:00
parent 20a5a33f28
commit cc9c959ac6
2 changed files with 8 additions and 8 deletions

View File

@@ -1520,9 +1520,9 @@ StScrollBar {
border: 1px solid rgba(0, 0, 0, 0); } border: 1px solid rgba(0, 0, 0, 0); }
.menu-category-button-selected { .menu-category-button-selected {
padding: 7px; padding: 7px;
color: #fefefe; color: #f7f7f7;
background-color: #c50ed2; background-color: #00e8b7;
border: 1px solid #050508; } border: 1px solid #161819; }
.menu-category-button-hover { .menu-category-button-hover {
background-color: rgba(197, 14, 210, 0.3); background-color: rgba(0, 232, 183, 0.3);
border-radius: 2px; } border-radius: 2px; }

View File

@@ -1520,9 +1520,9 @@ StScrollBar {
border: 1px solid rgba(0, 0, 0, 0); } border: 1px solid rgba(0, 0, 0, 0); }
.menu-category-button-selected { .menu-category-button-selected {
padding: 7px; padding: 7px;
color: #fefefe; color: #f7f7f7;
background-color: #c50ed2; background-color: #00e8b7;
border: 1px solid #050508; } border: 1px solid #161819; }
.menu-category-button-hover { .menu-category-button-hover {
background-color: rgba(197, 14, 210, 0.3); background-color: rgba(0, 232, 183, 0.3);
border-radius: 2px; } border-radius: 2px; }