Dark Mode for Ionicons
Ionicons | Dark Mode by thethomaswgeorge-5318
Details
Authorthethomaswgeorge-5318
LicenseNo License
Categoryhttps://ionic.io/
Created
Updated
Size524 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ionic.io
@version 20230811.19.45
@namespace ?
==/UserStyle== */
@-moz-document domain("ionic.io") {
body, .content h1, .icon-list__header-bar {
color: #fff !Important;
fill: #fff;
background: #191919 !important;
}
.icon-list__wrapper svg {
color: #fff !important;
opacity: .75;
}
header, header a, footer {
color: #fff !important;
background-color: var(--c-carbon-90) !important;
}
a.download-link {
background-color: var(--c-blue-80) !important;
}
}