Update style.css
Added reference to original source code author Gabriele Corti : https://codepen.io/borntofrappe/pen/GXLWzP
This commit is contained in:
parent
e0763c9dbc
commit
8b2051c464
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue