a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[frontend/components] Change colors of notification icon

pancakes 8c4a1be5 a085bb1b

+2 -2
+2 -2
Iceshrimp.Frontend/Components/NotificationComponent.razor.css
··· 15 15 display: inline-block; 16 16 padding: 0.15em 0.22em; 17 17 height: max-content; 18 - background-color: var(--highlight-color); 19 - color: var(--notice-color); 18 + background: var(--accent-color); 19 + color: var(--dark-color); 20 20 border-radius: 100%; 21 21 text-align: center; 22 22 line-height: 1;