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 {
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 {
@ -53,9 +52,10 @@ span.copy-icon-popup.success {
100% {
opacity: 0;
}
}
}
span.actual-icon, p.icon-name {
span.actual-icon,
p.icon-name {
cursor: pointer;
}
/* center div.icon-grid on the screen
@ -105,7 +105,6 @@ a.go-up {
z-index: 100;
}
/*smooth scroll on the whole page on a click*/
html {
scroll-behavior: smooth;