rDrama/files/assets/css/tron.css
2021-10-11 15:20:17 +02:00

88 lines
No EOL
1.5 KiB
CSS

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,600,700');
:root {
--dark: #00001f;
--secondary: var(--primary);
--white: #f0f0f0;
--black: #f0f0f0;
--light: #00001f;
--muted: var(--primary);
--gray: var(--primary);
--gray-100: var(--primary);
--gray-200: var(--primary);
--gray-300: #00001f;
--gray-400: #var(--primary);
--gray-500: #00001f;
--gray-600: #00001f;
--gray-700: #00001f;
--gray-800: #00001f;
--gray-900: #00001f;
}
.comment-box {
border: 2px solid var(--gray-200);
}
.btn {
color: var(--primary);
}
* {
font-family: 'Roboto Mono' !important;
}
.arrow-up::before {
color: var(--white);
}
.arrow-down::before {
color: var(--white);
}
.modal-content {
background-color: var(--gray-300);
}
.modal-header {
background-color: var(--gray-300);
}
.modal .comment-actions .list-group-item {
background-color: var(--gray-300);
}
.comment-actions .score {
color: var(--white);
}
.badge-count {
color: var(--light);
}
.transparent {
background: None !important;
}
.btn-danger.disabled, .btn-danger:disabled {
color: var(--primary) !important;
}
#frontpage .post-title a:visited {
color: #b0b0b0 !important;
}
.followsyou {
background-color: var(--dark) !important;
border: 1px solid var(--primary) !important;
}
.badge-count {
color: var(--primary);
}
#frontpage .pseudo-submit-form.card, .form-inline.search .form-control, .form-control[readonly] {
border: 2px solid var(--gray-200) !important;
}