mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
1de7fd23ef
* Add gitattributes settings to LF * TY @Pliavi * Converting all CRLF to LF
12 lines
278 B
CSS
12 lines
278 B
CSS
:root {
|
|
--bg-color: #fff;
|
|
--text-color: rgb(10, 10, 10);
|
|
--blog-gray-color: rgb(80, 80, 80);
|
|
--background-image: linear-gradient(
|
|
90deg,
|
|
rgba(10, 10, 10, 0.4),
|
|
rgb(10, 10, 10, 0.4)
|
|
),
|
|
url("{{{background}}}");
|
|
--background-background: #fff;
|
|
}
|