💄 (link) lighter link color

This commit is contained in:
2021-04-04 09:58:06 +02:00
parent fde5118179
commit 6de1f92c06

View File

@@ -11,10 +11,11 @@
*/
$primary: #2c3a47;
$link: #3b7e70;
$link: #44b9a0;
$family-primary: 'Courier Prime', monospace;
:root {
--font-family: 'Courier Prime', monospace;
--font-family: var(#{$family-primary});
--font-color: #4a4a4a;
--background-color: white;
}
@@ -27,7 +28,6 @@ html {
}
body {
font-family: 'Courier Prime', monospace;
height: 100vh;
scroll-behavior: smooth;
overflow-y: auto;