CSS Stuff

This commit is contained in:
Neshura 2023-08-11 21:39:36 +02:00
parent 5f69bf5f71
commit f5a2d32adf
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 11 additions and 196 deletions
src/routes

View file

@ -5,13 +5,15 @@
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
--font-mono: 'Fira Mono', monospace;
--color-bg: #1a1a1a;
--color-theme-1: #00c4a3;
--color-theme-2: #4075a6;
--color-active-1: #00c4a3;
--color-active-2: #4075a6;
--color-text: rgba(255, 255, 255, 0.7);
--column-width: 42rem;
--column-margin-top: 4rem;
font-family: var(--font-body);
color: var(--color-text);
--height-m: 3em;
}
body {
@ -33,7 +35,7 @@ p {
}
a {
color: var(--color-theme-1);
color: var(--color-active-1);
text-decoration: none;
}