Skip to content

Cohost - No shadows by technoabyss

Details

Authortechnoabyss

LicenseNo License

Categorycohost

Created

Updated

Size505 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         Cohost - No shadows
@version      20220701.19.17
@namespace    userstyles.world/user/technoabyss
@description  Ensures Cohost has no drop shadows anywhere.

See also [Cohost - Square everything](https://userstyles.world/style/5426/cohost-square-everything)

@author       technoabyss
@license      No License
==/UserStyle== */

@-moz-document domain("cohost.org") {
.cohost-shadow-light, .mask.cohost-shadow-light {
	filter: none;
}
* {
	box-shadow: none !important;
}

}

Reviews

No reviews yet.