cvxvxc
This commit is contained in:
parent
2fa363b4fd
commit
e2f1260be2
8 changed files with 45 additions and 150 deletions
|
@ -3,16 +3,11 @@
|
|||
:root {
|
||||
--dark: #8b949e;
|
||||
--secondary: #8b949e;
|
||||
--danger: #da3633;
|
||||
--white: #c9d1d9;
|
||||
--black: #c9d1d9;
|
||||
--light: #b1bac4;
|
||||
--success: #3fb950;
|
||||
--muted: #c9d1d9;
|
||||
--purple: #ff66ac;
|
||||
--red: #da3633;
|
||||
--gray: #8b949e;
|
||||
--green: #3fb950;
|
||||
--gray-100: #c9d1d9;
|
||||
--gray-200: #b1bac4;
|
||||
--gray-300: #8b949e;
|
||||
|
@ -22,23 +17,12 @@
|
|||
--gray-700: #21262d;
|
||||
--gray-800: #161b22;
|
||||
--gray-900: #0d1117;
|
||||
--bg-dark: #21262d;
|
||||
--upvote: #ff66ac;
|
||||
--downvote: #38B2AC;
|
||||
--admin: #ff66ac;
|
||||
--banned: #960000;
|
||||
--deleted: #969600;
|
||||
--deletedandbanned: #964000;
|
||||
--mod: #07c20c;
|
||||
--code: #e83e8c;
|
||||
--gold: #ECC94B;
|
||||
--reddit: #ED4630;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textarea {
|
||||
background-color: var(--bg-dark) !important;
|
||||
background-color: #21262d !important;
|
||||
}
|
||||
|
||||
.transparent, #login {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue