1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00
gitfolio/assets/themes/light.css

13 lines
293 B
CSS
Raw Normal View History

:root {
--bg-color: #fff;
--text-color: rgb(10, 10, 10);
2019-12-09 17:04:29 +00:00
--background-image: linear-gradient(
90deg,
rgba(10, 10, 10, 0.4),
rgb(10, 10, 10, 0.4)
),
url("{{{background}}}");
--background-background: #fff;
2020-02-14 17:54:33 +00:00
--gradient: linear-gradient(90deg, #009bef, #f00);
2019-12-09 17:04:29 +00:00
}