From 9d8cef7b15518d8500858af4f4f34bcf149088d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Czy=C5=BC?= Date: Fri, 19 May 2023 11:28:10 +0200 Subject: [PATCH] added missing selector --- public/styles.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/styles.css b/public/styles.css index 671796f..8e0cdd8 100644 --- a/public/styles.css +++ b/public/styles.css @@ -237,6 +237,10 @@ a:focus { max-width: 0.25in; } + .theme-text { + display: none; + } + .copyright { text-align: center; } @@ -267,10 +271,14 @@ a:focus { "footer"; } - .theme:focus, .theme:active { + .theme:focus, .theme:active, .theme:hover { max-width: 0.25in; } + .theme-text { + display: none; + } + .bio { grid-template-columns: none; grid-template-rows: 2.5in 1fr;