mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-14 15:15:52 +01:00
31 lines
1.6 KiB
CSS
31 lines
1.6 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 */
|
|
|
|
/* DOZZLE SPACE GRAY THEME */
|
|
@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css);
|
|
:root {
|
|
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
|
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
|
--accent-color: 129, 166, 183;
|
|
--button-color: #607D8B;
|
|
--button-color-hover: #81a6b7;
|
|
--button-text: #eee;
|
|
--button-text-hover: #FFF;
|
|
--text-color: #eee;
|
|
--text-strong-color: #fff;
|
|
--text-muted: #bbb;
|
|
--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));
|
|
} |