dfsfsd
This commit is contained in:
parent
81f190be7e
commit
cf0476b57f
7 changed files with 0 additions and 0 deletions
49
files/assets/css/midnight.css
Normal file
49
files/assets/css/midnight.css
Normal file
|
@ -0,0 +1,49 @@
|
|||
:root {
|
||||
--dark: #8b949e;
|
||||
--secondary: #8b949e;
|
||||
--danger: #da3633;
|
||||
--white: #c9d1d9;
|
||||
--black: #c9d1d9;
|
||||
--light: #b1bac4;
|
||||
--success: #3fb950;
|
||||
--muted: #c9d1d9;
|
||||
--info: #168EEA;
|
||||
--purple: #ff66ac;
|
||||
--red: #da3633;
|
||||
--gray: #8b949e;
|
||||
--green: #3fb950;
|
||||
--gray-100: #c9d1d9;
|
||||
--gray-200: #b1bac4;
|
||||
--gray-300: #8b949e;
|
||||
--gray-400: #6e7681;
|
||||
--gray-500: #484f58;
|
||||
--gray-600: #21262d;
|
||||
--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;
|
||||
}
|
||||
|
||||
@import "./main.scss";
|
||||
|
||||
body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textarea {
|
||||
background-color: $bg-dark !important;
|
||||
}
|
||||
|
||||
.transparent, #login {
|
||||
background: None !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited {
|
||||
color: #6e6e6e;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue