98 lines
No EOL
1.8 KiB
CSS
98 lines
No EOL
1.8 KiB
CSS
@charset "UTF-8";
|
|
|
|
:root {
|
|
--dark: #3E2C18;
|
|
--secondary: #F0E0D6;
|
|
--white: #F1E7D0;
|
|
--black: #433434;
|
|
--light: #F0E0D6;
|
|
--muted: #AA9881;
|
|
--gray: #AA9881;
|
|
--gray-100: #817261;
|
|
--gray-200: #433434;
|
|
--gray-300: #433434;
|
|
--gray-400: #AA9881;
|
|
--gray-500: #F0E0D6;
|
|
--gray-600: #F0E0D6;
|
|
--gray-700: #F0E0D6;
|
|
--gray-800: #F0E0D6;
|
|
--gray-900: #F0E0D6;
|
|
|
|
}
|
|
|
|
|
|
blockquote {
|
|
background-color: #c0c0c0;
|
|
}
|
|
|
|
.text-muted {
|
|
color: var(--black) !important;
|
|
}
|
|
|
|
.text-white {
|
|
color: var(--primary) !important;
|
|
}
|
|
|
|
.modal .comment-actions a {
|
|
color: var(--gray-500);
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link .fa, .navbar-light .navbar-nav .nav-link .fas, .navbar-light .navbar-nav .nav-link .far, .navbar-light .navbar-nav .nav-link .fab {
|
|
color: var(--black);
|
|
}
|
|
|
|
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active {
|
|
background-color: #bda78e !important;
|
|
}
|
|
|
|
html * {
|
|
font-family: arial, helvetica, sans-serif !important;
|
|
color: #800000
|
|
}
|
|
body, #main-content-col {
|
|
background-color: var(--secondary) !important;
|
|
}
|
|
.border-right, .border-left, .border-top, .border-bottom, .border {
|
|
border-color: #D9BFB7 !important
|
|
}
|
|
.card-header {
|
|
border-color: #D9BFB7 !important
|
|
}
|
|
.post-title a {
|
|
color: #800000 !important;
|
|
}
|
|
.comment, .card {
|
|
background-color: var(--secondary) !important;
|
|
border-color: #D9BFB7 !important;
|
|
}
|
|
.form-control {
|
|
border-color: #D9BFB7 !important;
|
|
}
|
|
.comment .comment-collapse::before {
|
|
border-color: #D9BFB7 !important;
|
|
}
|
|
.comment .comment-collapse:hover::before {
|
|
border-left-color: #800000 !important
|
|
}
|
|
.post-actions *:hover, .comment-actions *:hover, .comment-actions .copy-link:hover {
|
|
color: #F00 !important
|
|
}
|
|
a {
|
|
color: var(--primary);
|
|
}
|
|
|
|
blockquote p {
|
|
color: green !important;
|
|
}
|
|
|
|
.transparent {
|
|
background: None !important;
|
|
}
|
|
|
|
#frontpage .post-title a:visited {
|
|
color: #949494;
|
|
}
|
|
|
|
.btn {
|
|
color: var(--primary) !important;
|
|
} |