mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
CSS color fix [SCI-442]
This commit is contained in:
parent
868ffd03d6
commit
d2b48e94bd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
padding-top: 10px;
|
||||
|
||||
&:hover {
|
||||
background-color: #ECF5FC;
|
||||
background-color: $color-mystic;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue