Update style.css

Added reference to original source code author Gabriele Corti : https://codepen.io/borntofrappe/pen/GXLWzP
This commit is contained in:
Kozuki 2022-03-03 20:47:48 -08:00 committed by GitHub
parent e0763c9dbc
commit 8b2051c464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
/* Original Author >> Gabriele Corti : https://codepen.io/borntofrappe/pen/GXLWzP */
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Nova+Mono');
:root {
--font-header: 'Nova Mono', monospace;
@ -166,4 +167,4 @@ svg.key {
opacity: 0;
visibility: hidden;
}
}
}