alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
feat: content hider styles
author
pdelfan
date
3 months ago
(Apr 9, 2026, 4:48 PM -0700)
commit
b8472126
b8472126fb44e122fda3da17c10822dd2ffb456e
parent
f8eab533
f8eab533efe4f657ab62a911cc930d5fa7ff816f
+3
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
features
platforms
bluesky
components
contentHider
ContentHider.module.css
+3
src/webapp/features/platforms/bluesky/components/contentHider/ContentHider.module.css
View file
Reviewed
···
1
1
+
.alert:hover {
2
2
+
background-color: var(--mantine-color-gray-light-hover);
3
3
+
}