remove monochrome rule

This commit is contained in:
ed barz 2025-09-19 12:34:00 +02:00
parent 343a689b1c
commit e42eac7400
2 changed files with 15 additions and 16 deletions

Binary file not shown.

View File

@ -16,12 +16,11 @@ div.single-icon p {
div.single-icon span.actual-icon { div.single-icon span.actual-icon {
font-size: 2rem; font-size: 2rem;
color: inherit !important; /*color: inherit !important;*/
} }
div.single-icon span.actual-icon::before { div.single-icon span.actual-icon::before {
color: inherit !important; /*color: inherit !important;*/
} }
span.copy-icon-popup { span.copy-icon-popup {
@ -40,22 +39,23 @@ span.copy-icon-popup.success {
@keyframes fade-in { @keyframes fade-in {
0% { 0% {
opacity: 0; opacity: 0;
scale: 0%; scale: 0%;
} }
10% { 10% {
opacity: 1; opacity: 1;
scale: 100%; scale: 100%;
} }
50% { 50% {
opacity: 1; opacity: 1;
} }
100% { 100% {
opacity: 0; opacity: 0;
} }
} }
span.actual-icon, p.icon-name { span.actual-icon,
p.icon-name {
cursor: pointer; cursor: pointer;
} }
/* center div.icon-grid on the screen /* center div.icon-grid on the screen
@ -79,7 +79,7 @@ div.icon-grid-item {
margin: -2px; margin: -2px;
} }
div.spindemo span { div.spindemo span {
display: inline-block; display: inline-block;
position: relative; position: relative;
animation: spin 1s linear infinite; animation: spin 1s linear infinite;
@ -105,7 +105,6 @@ a.go-up {
z-index: 100; z-index: 100;
} }
/*smooth scroll on the whole page on a click*/ /*smooth scroll on the whole page on a click*/
html { html {
scroll-behavior: smooth; scroll-behavior: smooth;