8 lines
167 B
CSS
8 lines
167 B
CSS
:root {
|
|
--primary-red: #f43f3f;
|
|
--dark-bg: #1e1f26;
|
|
--sidebar-bg: #2b2c33;
|
|
--text-color: #ffffff;
|
|
--text-muted: #9da2b3;
|
|
--read-bg: #2d2e36;
|
|
} |