From e42eac7400a8f1e692126bc58d95db81c9b0c104 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 19 Sep 2025 12:34:00 +0200 Subject: [PATCH] remove monochrome rule --- proj/icons/._style.css | Bin 4096 -> 4096 bytes proj/icons/style.css | 31 +++++++++++++++---------------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/proj/icons/._style.css b/proj/icons/._style.css index 13ac53a782083016593d93c31bff1da0df09597f..937fb284f8766a3a7e633a6ccff7bade10d0ade3 100644 GIT binary patch delta 27 jcmZorXi%7NiG%C39k<8kYbhHaGV@LRz`pqjp9~`anfnUs delta 27 jcmZorXi%7NiQ})uGV4W6v!8B!$jmqK1N-JDd@_sxvZ4%9 diff --git a/proj/icons/style.css b/proj/icons/style.css index 0bf3006..d6b940f 100644 --- a/proj/icons/style.css +++ b/proj/icons/style.css @@ -9,19 +9,18 @@ div.single-icon { } div.single-icon p { - margin-top: 15px; + margin-top: 15px; font-size: 1rem; line-height: normal; } div.single-icon span.actual-icon { font-size: 2rem; - color: inherit !important; + /*color: inherit !important;*/ } div.single-icon span.actual-icon::before { - color: inherit !important; - + /*color: inherit !important;*/ } span.copy-icon-popup { @@ -40,25 +39,26 @@ span.copy-icon-popup.success { @keyframes fade-in { 0% { - opacity: 0; - scale: 0%; + opacity: 0; + scale: 0%; } 10% { - opacity: 1; - scale: 100%; + opacity: 1; + scale: 100%; } 50% { - opacity: 1; + opacity: 1; } 100% { - opacity: 0; + opacity: 0; } - } +} -span.actual-icon, p.icon-name { +span.actual-icon, +p.icon-name { cursor: pointer; } -/* center div.icon-grid on the screen +/* center div.icon-grid on the screen div.icongrid { display: flex; justify-content: center; @@ -79,7 +79,7 @@ div.icon-grid-item { margin: -2px; } -div.spindemo span { +div.spindemo span { display: inline-block; position: relative; animation: spin 1s linear infinite; @@ -105,7 +105,6 @@ a.go-up { z-index: 100; } - /*smooth scroll on the whole page on a click*/ html { scroll-behavior: smooth; @@ -124,4 +123,4 @@ nav.main_nav { .font-import-link-container { cursor: pointer; -} \ No newline at end of file +}