|
@ -10,13 +10,6 @@ |
|
|
|
|
|
|
|
|
/* Made by @gilbN */ |
|
|
/* Made by @gilbN */ |
|
|
/* https://github.com/gilbN/theme.park */ |
|
|
/* https://github.com/gilbN/theme.park */ |
|
|
:root { |
|
|
|
|
|
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; |
|
|
|
|
|
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; |
|
|
|
|
|
--default-button-color: #F44336; |
|
|
|
|
|
--default-button-color-hover: rgb(247, 106, 96); |
|
|
|
|
|
--accent-color: #F44336; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
main { |
|
|
main { |
|
|
background: var(--main-bg-color); |
|
|
background: var(--main-bg-color); |
|
|