mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
Исправил цвета в альтернативной теме
This commit is contained in:
parent
b36dcca0df
commit
1745cc636d
8 changed files with 442 additions and 9 deletions
|
@ -15,6 +15,7 @@ export const themeColors: Record<Theme, ThemeColors> = {
|
|||
colors: [
|
||||
'linear-gradient(170deg, #00ac35 -50%, #007962 150%)',
|
||||
'linear-gradient(165deg, #ff7549 -50%, #ff3344 150%)',
|
||||
'linear-gradient(170deg, #582cd0, #592071)',
|
||||
],
|
||||
background: `url('/images/noise_top.png') 0% 0% #23201f`,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue