2
submitted 10 months ago by sag@piefed.social to c/piefed_css@piefed.social
:root {  
	--bs-border-radius: 0;  
}  

.main_pane {  
	border-radius: 0;  
}  

.card {  
	border: solid 1px #ddd;  
	border-radius: 0;  
}  

.card-header {  
	border-radius: 0;  
}  

.post_list .post_teaser .thumbnail img, .post_teaser_image_preview img {  
	border-radius: 0;  
}  

.main_pane {  
	border-radius: 0;  
}  

.card {  
	border: solid 1px #ddd;  
	border-radius: 0;  
}  

.card-header {  
	border-radius: 0;  
}  

.post_list .post_teaser .thumbnail img, .post_teaser_image_preview img {  
	border-radius: 0;  
}  

no comments (yet)
sorted by: hot top new old
there doesn't seem to be anything here
this post was submitted on 11 Jun 2025
2 points (100.0% liked)

PieFed CSS

1572 readers
1 users here now

Share CSS snippets that make your PieFed experience a wee bit different.

In your settings at https://your-instance.com/user/settings there is a field 'Additional CSS' where you can put snippets of CSS code.

founded 10 months ago
MODERATORS