This commit is contained in:
Aevann1 2021-10-09 18:21:11 +02:00
parent 9ba7d8f64b
commit b05c389d25
13 changed files with 29 additions and 31 deletions

View file

@ -1,5 +1,7 @@
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,600,700');
:root {
--dark: #00001f;
--secondary: var(--primary);
@ -19,9 +21,6 @@
--gray-900: #00001f;
}
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:400,600,700';
#frontpage .post-title a:visited {
color: var(--white);