mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Adjust theme primary color
This commit is contained in:
parent
bd9cbea9b7
commit
b3b17013bf
2 changed files with 3 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
--root-font-size: 12px;
|
||||
--icon-color: rgb(255, 255, 255);
|
||||
|
||||
--primary-color: rgb(25, 88, 248);
|
||||
--primary-color: rgb(34, 104, 255);
|
||||
--secondary-color: rgb(255, 120, 120);
|
||||
--success-color: green;
|
||||
--warning-color: orange;
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
--scrollbar-thumb-bg: rgba(90, 90, 90, 0.5);
|
||||
|
||||
--btn-primary-bg: var(--primary-color);
|
||||
--btn-primary-bg-hover: rgb(51, 109, 255);
|
||||
--btn-primary-bg-hover: rgb(0, 71, 252);
|
||||
--btn-primary-fg: #ffffff;
|
||||
--btn-primary-fg-hover: #ffffff;
|
||||
|
||||
|
|
@ -132,7 +132,7 @@
|
|||
}
|
||||
|
||||
.current-song {
|
||||
background: rgba(96, 144, 240, 0.3) !important;
|
||||
background: rgba(170, 70, 70, 0.2) !important;
|
||||
}
|
||||
|
||||
.mantine-Modal-modal {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue