dfsfsd
This commit is contained in:
parent
81f190be7e
commit
cf0476b57f
7 changed files with 0 additions and 0 deletions
78
files/assets/css/coffee.css
Normal file
78
files/assets/css/coffee.css
Normal file
|
@ -0,0 +1,78 @@
|
|||
:root {
|
||||
--dark: #3E2C18;
|
||||
--secondary: #DDD2C4;
|
||||
--danger: #E53E3E;
|
||||
--white: #F1E7D0;
|
||||
--black: #433434;
|
||||
--light: #DDD2C4;
|
||||
--success: #ff66ac;
|
||||
--muted: #AA9881;
|
||||
--info: #168EEA;
|
||||
--purple: #FF66AC;
|
||||
--red: #E53E3E;
|
||||
--gray: #AA9881;
|
||||
--green: #ff66ac;
|
||||
--gray-100: #817261;
|
||||
--gray-200: #433434;
|
||||
--gray-300: #433434;
|
||||
--gray-400: #AA9881;
|
||||
--gray-500: #DDD2C4;
|
||||
--gray-600: #DDD2C4;
|
||||
--gray-700: #DDD2C4;
|
||||
--gray-800: #DDD2C4;
|
||||
--gray-900: #DDD2C4;
|
||||
--upvote: #ff66ac;
|
||||
--downvote: #38B2AC;
|
||||
--admin: #ff66ac;
|
||||
--banned: #FEB2B2;
|
||||
--deleted: #FEFCBF;
|
||||
--deletedandbanned: #ffcc99;
|
||||
--mod: #07c20c;
|
||||
--code: #e83e8c;
|
||||
--gold: #ECC94B;
|
||||
--reddit: #ED4630;
|
||||
}
|
||||
|
||||
@import 'https://fonts.googleapis.com/css?family=Lato:400,600,700';
|
||||
|
||||
@import "./main.scss";
|
||||
|
||||
* {
|
||||
font-family: 'Lato';
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background-color: #c0c0c0;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: $black !important;
|
||||
}
|
||||
|
||||
.modal .comment-actions a {
|
||||
color: $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: $black;
|
||||
}
|
||||
|
||||
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active {
|
||||
background-color: #bda78e !important;
|
||||
}
|
||||
|
||||
.transparent {
|
||||
background: None !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited {
|
||||
color: #949494;
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: $primary !important;
|
||||
}
|
||||
|
||||
.table {
|
||||
color: #433434 !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue