From 66225fedd25567a2fe06da392b29171774842264 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 6 May 2022 21:56:31 +0200 Subject: Add details to build --- assets/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index 45be831..8b401cf 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -173,6 +173,16 @@ pre { text-decoration: none; } +.footer-link-mini { + text-decoration: none; + color: white; +} + +.footer-link-mini:hover { + text-decoration: underline; + color: white; +} + #scoots { background: linear-gradient(90deg, #bf5d93 0%, #f9b764 100%); background-clip: text; -- cgit