mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-09 12:42:40 +01:00
26 lines
1.3 KiB
CSS
26 lines
1.3 KiB
CSS
|
|
/* 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 */
|
|
|
|
/* CALIBRE-WEB AQUAMARINE THEME */
|
|
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
|
@import url(https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css);
|
|
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
|
|
|
|
/* APP VARS*/
|
|
:root {
|
|
--color-background: var(--main-bg-color);
|
|
--color-primary: rgb(var(--accent-color));
|
|
--color-secondary: var(--button-color);
|
|
--color-secondary-hover: var(--button-color-hover);
|
|
--color-background-mobile: var(--main-bg-color);
|
|
} |