mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
experiment with bottom border on deck option headings
This commit is contained in:
parent
d5f4860f9b
commit
e2b2d1e9d8
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
:global(h2) {
|
:global(h2) {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
// adding a border decreases the default font size,
|
||||||
|
// so increase it again
|
||||||
|
font-size: 2em;
|
||||||
|
border-bottom: 1px solid var(--medium-border);
|
||||||
|
margin-right: 16px;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
.outer {
|
.outer {
|
||||||
// the right margin has an indent to allow for the undo
|
// the right margin has an indent to allow for the undo
|
||||||
|
|
Loading…
Reference in a new issue