UI update

Darker accent color with dark mode
This commit is contained in:
sairaj mote 2021-04-28 21:37:50 +05:30
parent d411b4ddac
commit 499cbbb679
3 changed files with 3 additions and 2 deletions

View File

@ -23,6 +23,7 @@ body {
}
body[data-theme=dark] {
--accent-color: #d8152b;
--green: #13ff5a;
--text-color: 240, 240, 240;
--text-color-light: 170, 170, 170;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -20,7 +20,7 @@ body {
background: var(--background-color);
}
body[data-theme='dark']{
// --accent-color: #ff3949;
--accent-color: #d8152b;
--green: #13ff5a;
--text-color: 240, 240, 240;
--text-color-light: 170, 170, 170;