mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
indent headings and bold them to match graph style
This commit is contained in:
parent
dbc043fd50
commit
363548e8a2
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<style lang="scss">
|
||||
:global(h2) {
|
||||
margin-top: 1em;
|
||||
margin-left: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
:global(input, select) {
|
||||
|
|
Loading…
Reference in a new issue