toot-script-condivisione-su.../src/scss/_variables.scss

29 lines
838 B
SCSS

/*
* @source: https://codeberg.org/kytta/toot/src/branch/main/src/scss/_variables.scss
*
* share2fedi - Instance-agnostic share page for the Fediverse.
* Copyright (c) 2020-2022 Nikita Karamov <me@kytta.dev>
*
* SPDX-License-Identifier: ISC
*/
$text-font: "Roboto", sans-serif;
$font-family-sans: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue",
"Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
$color-bg-light: #fff;
$color-bg-dark: #000;
$color-text-light: #000;
$color-text-dark: #fff;
$color-border: #80808060;
$color-textarea-bg-light: #eee;
$color-textarea-bg-dark: #111;
$color-textarea-border-light: #80808060;
$color-textarea-border-dark: #80808060;
$color-accent: oklch(63.16% 0.202 142.93);
$color-accent-rgb: rgb(26.86, 165.96, 30.56);
$color-accent-lighter: oklch(68.16% 0.202 142.93);