Add colors and update screenshots (#44)

* Add colors and update screenshots

* Update SS links

* Add empty line and fix dark secondary color

* Fix ss aspect ratio and example site url
This commit is contained in:
Avijit Gupta
2021-08-08 17:03:43 +02:00
committed by GitHub
parent 078b6499b3
commit e7724a9726
18 changed files with 18 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
:root {
--dark-primary-color: 18, 18, 18;
--dark-primary-color: 32, 32, 32;
--dark-text-color: white;
--dark-secondary-color: #444444;
--dark-secondary-color: #555;
}
html {
@@ -45,6 +45,7 @@ a:hover .feather-moon {
}
blockquote {
color: darkgrey;
border-left-color: var(--dark-secondary-color);
}

View File

@@ -6,8 +6,16 @@
--light-text-color: black;
}
@font-face { font-family: Jost; src: url('/fonts/Jost-Regular.ttf'); }
@font-face { font-family: Jost; font-weight: 700; src: url('/fonts/Jost-Bold.ttf');}
@font-face {
font-family: Jost;
src: url("/fonts/Jost-Regular.ttf");
}
@font-face {
font-family: Jost;
font-weight: 700;
src: url("/fonts/Jost-Bold.ttf");
}
html {
background-color: rgb(var(--light-primary-color));