remove monochrome rule
This commit is contained in:
parent
343a689b1c
commit
e42eac7400
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue