mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-09 07:28:44 +00:00
fixed dumb color choice.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
:root {
|
:root {
|
||||||
--color-bg: #0f172a;
|
--color-bg: #0f172a;
|
||||||
--color-card: #1e293b;
|
--color-card: #1e293b;
|
||||||
--color-primary: #8b5cf6;
|
--color-primary: #f43f5e;
|
||||||
--color-secondary: #f43f5e;
|
--color-secondary: #ff93a5;
|
||||||
--color-text: #f8fafc;
|
--color-text: #f8fafc;
|
||||||
--color-muted: #94a3b8;
|
--color-muted: #94a3b8;
|
||||||
--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
||||||
@@ -490,4 +490,3 @@ footer a:hover {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user