8 changed files with 79 additions and 66 deletions
@ -0,0 +1,26 @@ |
|||
|
|||
/* dP dP dP */ |
|||
/* 88 88 88 */ |
|||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ |
|||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ |
|||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ |
|||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ |
|||
/* 88 */ |
|||
/* dP */ |
|||
|
|||
/* Made by @gilbN */ |
|||
/* https://github.com/gilbN/theme.park */ |
|||
|
|||
/* DOZZLE DRACULA THEME */ |
|||
@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css); |
|||
@import url(https://theme-park.dev/CSS/variables/dracula.css); |
|||
|
|||
/* APP VARS */ |
|||
:root { |
|||
--scheme-main-ter: var(--main-bg-color); |
|||
--text-strong-color: var(--button-text-hover); |
|||
--border-color: rgb(255 255 255 / 25%); |
|||
--logo-color: rgb(var(--accent-color)); |
|||
--body-background-color: var(--main-bg-color); |
|||
--border-hover-color: rgb(var(--accent-color)); |
|||
} |
Loading…
Reference in new issue