mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
make sticky bar border a bit fainter
This commit is contained in:
parent
9789dd2bf9
commit
5d21383e88
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
background: var(--window-bg);
|
background: var(--window-bg);
|
||||||
border-bottom: 1px solid var(--border);
|
border-bottom: 1px solid var(--medium-border);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue