mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 17:36:13 +08:00
fix smart anotation color
This commit is contained in:
parent
06ce285ae2
commit
933a98c1f6
1 changed files with 1 additions and 2 deletions
|
@ -1721,9 +1721,8 @@ th.custom-field .modal-tooltiptext {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sa-type {
|
.sa-type {
|
||||||
border: 1px solid $color-black;
|
border: 1px solid $color-emperor;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: $color-black;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in a new issue