mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
use standard toolbar colors for legacy items
This commit is contained in:
parent
6547af529a
commit
e91ca199fb
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
|||
.linkb {
|
||||
display: inline-block;
|
||||
@include button.btn-border-radius;
|
||||
background-color: white;
|
||||
border: 1px solid var(--medium-border);
|
||||
}
|
||||
|
||||
.night-mode .linkb {
|
||||
background-color: #666;
|
||||
}
|
||||
|
||||
.topbut {
|
||||
|
|
Loading…
Reference in a new issue