mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
Merge pull request #6662 from G-Chubinidze/gc_SCI_9664_pt2
Modify 3 colors for tags [SCI-c]
This commit is contained in:
commit
8d886951d1
1 changed files with 3 additions and 3 deletions
|
@ -173,10 +173,10 @@ class Constants
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
|
|
||||||
TAG_COLORS = %i(
|
TAG_COLORS = %i(
|
||||||
#E2F0C1
|
#C4D3A0
|
||||||
#5EC66F
|
#5EC66F
|
||||||
#46C3C8
|
#46C3C8
|
||||||
#BDDDEF
|
#A3CCE4
|
||||||
#3B99FD
|
#3B99FD
|
||||||
#104DA9
|
#104DA9
|
||||||
#6F2DC1
|
#6F2DC1
|
||||||
|
@ -189,7 +189,7 @@ class Constants
|
||||||
#663300
|
#663300
|
||||||
#1D2939
|
#1D2939
|
||||||
#98A2B3
|
#98A2B3
|
||||||
#D0D5DD
|
#DCE0E7
|
||||||
).freeze
|
).freeze
|
||||||
|
|
||||||
# Theme colors
|
# Theme colors
|
||||||
|
|
Loading…
Reference in a new issue