49 lines
1.5 KiB
CSS
49 lines
1.5 KiB
CSS
/*
|
|
Theme Name: chucktheme
|
|
Author: Chuck Dries <chuck@chuckdries.com>
|
|
Description: A short description of the theme.
|
|
Version: The version, written in X.X or X.X.X format.
|
|
Requires at least: The oldest main WordPress version supported, written in X.X format.
|
|
Tested up to: The last main WordPress version the theme has been tested up to, i.e. 6.0. Write only the number.
|
|
Requires PHP: The oldest PHP version supported, in X.X format, only the number.
|
|
License: The license of the theme.
|
|
License URI: The URL of the theme license.
|
|
Text Domain: chucktheme
|
|
*/
|
|
:root {
|
|
--accent: 91 206 250;
|
|
--accent-text: hsl(197deg 52% 55%);
|
|
--accent-pink: hsl(348deg 29% 61%);
|
|
--accent-gradient: linear-gradient(
|
|
45deg,
|
|
hsl(348deg 79% 81%) 0%, /*#F5A8B8*/
|
|
hsl(336deg 73% 81%) 21%,
|
|
hsl(321deg 61% 80%) 30%,
|
|
hsl(296deg 47% 79%) 39%,
|
|
hsl(269deg 64% 82%) 46%,
|
|
hsl(244deg 82% 85%) 54%,
|
|
hsl(224deg 99% 83%) 61%,
|
|
hsl(211deg 100% 78%) 69%,
|
|
hsl(203deg 100% 73%) 79%,
|
|
hsl(197deg 94% 67%) 100% /*#5CCDFA*/
|
|
);
|
|
--accent-gradient-reverse: linear-gradient(
|
|
225deg,
|
|
hsl(348deg 79% 81%) 0%,
|
|
hsl(336deg 73% 81%) 21%,
|
|
hsl(321deg 61% 80%) 30%,
|
|
hsl(296deg 47% 79%) 39%,
|
|
hsl(269deg 64% 82%) 46%,
|
|
hsl(244deg 82% 85%) 54%,
|
|
hsl(224deg 99% 83%) 61%,
|
|
hsl(211deg 100% 78%) 69%,
|
|
hsl(203deg 100% 73%) 79%,
|
|
hsl(197deg 94% 67%) 100%
|
|
);
|
|
--shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.white-bg-overlay {
|
|
background: hsla(0, 0%, 100%, 0.7)
|
|
}
|