From c744424e720054ee6a1d311893a0e630ee05efeb Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sun, 3 Nov 2019 11:30:30 +0100 Subject: [PATCH] Added link to git repo --- css/styles.css | 7 +++++++ index.html | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 092d0c5..67ede2d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -255,3 +255,10 @@ input#disp--ena:checked + .panel__input--checkbox { .clr--gna { color: #81C784; } +.source { + padding: 16px 0; + opacity: 0.5; +} +.source:hover { + opacity: 1; +} \ No newline at end of file diff --git a/index.html b/index.html index 6adbaa9..da7c3c3 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@
-
+
@@ -102,6 +102,7 @@
Gm (mS/cm^2)
+

Made by Yarmo Mackenbach (Source code)