mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-14 08:29:58 +00:00
12 lines
372 B
SCSS
12 lines
372 B
SCSS
@import "../../tabby-core/src/theme.vars.scss";
|
|
|
|
html.tabby {
|
|
--lumo-primary-text-color: #{$body-color};
|
|
--lumo-base-color: #{$body-bg};
|
|
--lumo-body-text-color: #{$body-color};
|
|
--lumo-tint-5pct: #{$body-bg};
|
|
--lumo-font-family: #{$font-family-sans-serif};
|
|
--lumo-font-size-m: #{$font-size-base};
|
|
--lumo-box-shadow-m: #{$dropdown-box-shadow};
|
|
}
|