bookwyrm/bookwyrm/static/css/themes/bookwyrm-light.scss

71 lines
1.6 KiB
SCSS
Raw Normal View History

@import "../vendor/bulma/sass/utilities/derived-variables.sass";
/* Colors
******************************************************************************/
/* states */
$primary: $turquoise;
$info: $cyan;
$success: $green;
$warning: $yellow;
$danger: $red;
/* book cover standins */
$no-cover-color: #002549;
/* background colors */
$scheme-main: $white;
$scheme-main: $white-bis;
$background-body: $white;
$background-secondary: $white-ter;
$background-tertiary: $white-bis;
2022-03-26 18:35:24 +00:00
$scrollbar-track: $background-secondary;
$scrollbar-thumb: $grey-lighter;
/* highlight colors */
$primary-highlight: $primary-light;
$info-highlight: $info-light;
$success-highlight: $success-light;
/* borders */
$border: $grey-lighter;
$border-hover: $grey-light;
$border-light: $grey-lightest;
$border-light-hover: $grey-light;
/* text */
$text: $grey-dark;
$text-light: $grey;
$text-strong: $grey-darker;
/* links */
$link: #3273dc;
$link-background: $link;
$link-hover: $grey-darker;
$link-focus: $grey-darker;
$link-active: $grey-darker;
/* bulma overrides */
$background: $background-secondary;
$menu-item-active-background-color: $link-background;
2022-02-27 13:20:29 +00:00
/* misc */
$invisible-overlay-background-color: rgba($scheme-invert, 0.66);
/* Fonts
******************************************************************************/
$family-primary: $family-sans-serif;
$family-secondary: $family-sans-serif;
2022-02-26 20:43:27 +00:00
.has-text-muted {
color: $grey-dark !important;
}
.has-text-more-muted {
color: $grey !important;
}
2022-02-27 18:46:01 +00:00
@import "../bookwyrm.scss";
2022-02-28 17:34:54 +00:00
@import "../vendor/icons.css";
@import "../vendor/shepherd.scss";