rDrama/files/assets/css/dark.css

98 lines
1.5 KiB
CSS
Raw Normal View History

2022-07-16 21:00:02 +00:00
@charset "UTF-8";
:root {
--dark: #383838;
--secondary: #383838;
--white: #E1E1E1;
--black: #CFCFCF;
--light: #000000;
--muted: #E1E1E1;
--gray: #383838;
--gray-100: #E1E1E1;
--gray-200: #E1E1E1;
--gray-300: #383838;
--gray-400: #303030;
--gray-500: #000000;
--gray-600: #000000;
--gray-700: #000000;
--gray-800: #000000;
--gray-900: #000000;
--background: #000000;
}
* {
border-color: var(--primary);
}
.border {
border-color: var(--primary) !important;
}
.form-control {
background: transparent;
border-color: var(--primary) !important;
}
.btn {
background: transparent;
border-color: var(--primary) !important;
}
2022-09-09 09:13:50 +00:00
.form-control:disabled, [readonly] {
2022-07-16 21:00:02 +00:00
background: transparent;
border-color: var(--primary) !important;
}
.btn-success {
border-color: #38A169 !important;
}
.btn-danger {
border-color: #E53E3E !important;
}
#frontpage .pseudo-submit-form.card .card-body .form-control {
border-color: transparent !important;
}
.btn-lg {
border-color: transparent !important;
}
pre {
color: #CFCFCF;
}
.transparent {
background: None !important;
}
.sidebar
{
border-radius: 6px;
margin-top: 6px;
}
2022-08-05 23:52:27 +00:00
.modal-content {
background-color: var(--gray-900);
}
.modal .comment-actions .list-group-item {
background-color: var(--light);
2022-08-18 09:18:09 +00:00
}
.tooltip-inner {
2022-08-18 09:41:23 +00:00
color: #d8d8d8 !important;
background-color: #313131 !important;
}
#frontpage .posts .card, #userpage .posts .card, #search .posts .card {
border-color: #101010;
2022-09-08 17:30:22 +00:00
}
2022-09-10 00:25:53 +00:00
h5.post-title a:visited {
2022-09-08 17:30:22 +00:00
color: #7a7a7a !important;
}