mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

* Revert "Revert "Use system font for webviews instead of bootstrap font stack …"
This reverts commit d1793550b0
.
* Update editor-base.scss
15 lines
386 B
SCSS
15 lines
386 B
SCSS
/* Copyright: Ankitects Pty Ltd and contributors
|
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
|
|
|
@import "../lib/sass/base";
|
|
|
|
$btn-disabled-opacity: 0.4;
|
|
@import "bootstrap/scss/buttons";
|
|
@import "bootstrap/scss/button-group";
|
|
@import "../lib/sass/bootstrap-tooltip";
|
|
|
|
html,
|
|
body {
|
|
font-family: var(--bs-font-sans-serif);
|
|
overflow: hidden;
|
|
}
|