anki/ts/src/scss/core.scss

20 lines
345 B
SCSS
Raw Normal View History

/* Copyright: Ankitects Pty Ltd and contributors
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
@use 'vars';
* {
box-sizing: border-box;
}
body {
font-family: Helvetica, Arial;
color: var(--text-fg);
background: var(--window-bg);
}
a {
color: var(--link);
text-decoration: none;
}