89 lines
No EOL
1.4 KiB
CSS
89 lines
No EOL
1.4 KiB
CSS
@charset "UTF-8";
|
|
|
|
: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;
|
|
}
|
|
|
|
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:400,600,700';
|
|
|
|
|
|
|
|
#frontpage .post-title a:visited {
|
|
color: var(--white);
|
|
}
|
|
|
|
.comment-box {
|
|
border: 2px solid var(--gray-200);
|
|
}
|
|
|
|
.btn {
|
|
color: var(--primary);
|
|
}
|
|
|
|
* {
|
|
font-family: 'Roboto Mono';
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.followsyou {
|
|
background-color: var(--dark) !important;
|
|
border: 1px solid var(--primary) !important;
|
|
}
|
|
|
|
.badge-count {
|
|
color: var(--primary);
|
|
} |