Convert TheMotte.css line endings to LF

This commit is contained in:
iro84657 2022-05-10 21:02:25 -04:00
parent a37b48baf5
commit 1edc96841b

View file

@ -1,85 +1,85 @@
@charset "UTF-8"; @charset "UTF-8";
:root { :root {
--dark: #c7c7c7; --dark: #c7c7c7;
--secondary: #c7c7c7; --secondary: #c7c7c7;
--gray: #c7c7c7; --gray: #c7c7c7;
--gray-300: #c7c7c7; --gray-300: #c7c7c7;
--gray-400: #cfcfcf; --gray-400: #cfcfcf;
--gray-500: #ffffff; --gray-500: #ffffff;
--gray-600: #ffffff; --gray-600: #ffffff;
--gray-700: #ffffff; --gray-700: #ffffff;
--gray-800: #ffffff; --gray-800: #ffffff;
--gray-900: #ffffff; --gray-900: #ffffff;
--light: #ffffff; --light: #ffffff;
--muted: #1e1e1e; --muted: #1e1e1e;
--gray-100: #1e1e1e; --gray-100: #1e1e1e;
--gray-200: #1e1e1e; --gray-200: #1e1e1e;
--white: #1e1e1e; --white: #1e1e1e;
--black: #303030; --black: #303030;
--background: #ffffff; --background: #ffffff;
} }
* { * {
border-color: var(--primary); border-color: var(--primary);
} }
.border { .border {
border-color: var(--primary) !important; border-color: var(--primary) !important;
} }
.form-control { .form-control {
background: transparent; background: transparent;
border-color: var(--primary) !important; border-color: var(--primary) !important;
} }
.btn { .btn {
background: transparent; background: transparent;
border-color: var(--primary) !important; border-color: var(--primary) !important;
} }
.form-control:disabled, .form-control[readonly] { .form-control:disabled, .form-control[readonly] {
background: transparent; background: transparent;
border-color: var(--primary) !important; border-color: var(--primary) !important;
} }
.btn-success { .btn-success {
border-color: #38A169 !important; border-color: #38A169 !important;
} }
.btn-danger { .btn-danger {
border-color: #E53E3E !important; border-color: #E53E3E !important;
} }
#frontpage .pseudo-submit-form.card .card-body .form-control { #frontpage .pseudo-submit-form.card .card-body .form-control {
border-color: transparent !important; border-color: transparent !important;
} }
.btn-lg { .btn-lg {
border-color: transparent !important; border-color: transparent !important;
} }
pre { pre {
color: #CFCFCF; color: #CFCFCF;
} }
.transparent { .transparent {
background: None !important; background: None !important;
} }
blockquote { blockquote {
color: var(--gray-400); color: var(--gray-400);
} }
#profilestuff > * { #profilestuff > * {
color: var(--gray-400) !important; color: var(--gray-400) !important;
} }
.comment-anchor:target, .unread { .comment-anchor:target, .unread {
background: #00000055 !important; background: #00000055 !important;
} }
#frontpage .post-title a:visited, .visited { #frontpage .post-title a:visited, .visited {
color: #7a7a7a !important; color: #7a7a7a !important;
} }