From 8b2051c4646a064ebe2f64e9f09e33b8db94ff56 Mon Sep 17 00:00:00 2001 From: Kozuki <95940379+schneider-san@users.noreply.github.com> Date: Thu, 3 Mar 2022 20:47:48 -0800 Subject: [PATCH] Update style.css Added reference to original source code author Gabriele Corti : https://codepen.io/borntofrappe/pen/GXLWzP --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 018c7208..fa2c4fc6 100644 --- a/style.css +++ b/style.css @@ -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; } -} \ No newline at end of file +}