CSS Stuff
This commit is contained in:
parent
5f69bf5f71
commit
f5a2d32adf
3 changed files with 11 additions and 196 deletions
src/routes
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue