rDrama/files/assets/css/themes/midnight.css

70 lines
1.4 KiB
CSS
Raw Normal View History

2022-07-16 21:00:02 +00:00
@charset "UTF-8";
:root {
2023-09-26 16:25:09 +00:00
color-scheme: dark;
2022-07-16 21:00:02 +00:00
--dark: #505961;
--secondary: #505961;
--white: #c9d1d9;
--black: #c9d1d9;
--light: #b1bac4;
--muted: #c9d1d9;
--gray: #505961;
--gray-100: #c9d1d9;
--gray-200: #b1bac4;
--gray-300: #505961;
--gray-400: #6e7681;
2022-11-29 01:00:56 +00:00
--gray-500: #262b32;
2022-07-16 21:00:02 +00:00
--gray-600: #21262d;
--gray-700: #21262d;
--gray-800: #161b22;
--gray-900: #0d1117;
2022-12-07 18:56:09 +00:00
--background: 33, 38, 45;
2022-07-16 21:00:02 +00:00
}
2022-12-07 07:52:54 +00:00
body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textarea, #root > div.App {
2022-07-16 21:00:02 +00:00
background-color: var(--gray-600) !important;
}
2022-12-07 07:52:54 +00:00
.transparent, #login, .App-side {
2023-12-01 14:43:03 +00:00
background: none !important;
2022-07-16 21:00:02 +00:00
}
.tooltip-inner {
color: #383838 !important;
}
.modal .comment-actions .list-group-item {
2024-04-20 17:23:01 +00:00
background-color: var(--gray-600) !important;
2022-07-16 21:00:02 +00:00
}
.sidebar
{
2022-10-28 23:39:31 +00:00
border-radius: 6px;
margin-top: 6px;
2022-07-16 21:00:02 +00:00
}
.table th, .table td {
border-top: none;
}
2024-02-12 14:21:51 +00:00
table tbody tr:nth-of-type(odd) {
2022-07-16 21:00:02 +00:00
background-color: rgba(0, 0, 0, 0.3);
}
2022-08-18 09:18:09 +00:00
2024-02-10 12:11:59 +00:00
.visited, h5.post-title a:not(.effortpost-flair):visited, a[href^="https://"]:not([href^="https://rdrama.net" i], [href^="https://watchpeopledie.tv" i], .dropdown-item, .nav-link, .novisited):visited {
2022-09-08 17:30:22 +00:00
color: #6e6e6e !important;
}
.modal-content {
2023-07-03 00:26:20 +00:00
border: 1px var(--gray-500) solid;
}
2023-05-13 04:53:14 +00:00
[disabled], .disabled, button[disabled], .btn[disabled], button.disabled, .btn.disabled, .disabled:before {
color: #858b91 !important;
2023-05-13 04:53:14 +00:00
}
/* repeated here to override an earlier rule in this file */
.unread {
background: #ffffff22 !important;
}