mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 07:44:46 +08:00
Fix protocol template title colors
This commit is contained in:
parent
8fac4c1b7c
commit
8fa10b35ab
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
.protocol-section-caret {
|
.protocol-section-caret {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: $color-volcano;
|
color: var(--sn-black);
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
gap: .5rem;
|
gap: .5rem;
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
|
|
Loading…
Reference in a new issue