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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user