-
-
Notifications
You must be signed in to change notification settings - Fork 103
Advanced CSS snippets
Isaiah Billingsley edited this page Jan 14, 2024
·
2 revisions
For further customization, copy the following code snippets into Options > Advanced > Custom CSS
#main { text-align: center; }
#main .folder { font-weight: bold; }
#main img { display: none; }
#main .icon { display: none; }
#main a[href^="https://example.com"] img {
content: url("https://example.com/icon.png");
}
Replace https://example.com
with bookmark URL and https://example.com/icon.png
with icon URL.
For local image file, convert to base64 URL with https://jpillora.com/base64-encoder/