Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Telatynski
9eb9e87294 Fix leaky CSS adding ! to all H1 elements
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2025-05-14 15:59:12 +01:00

View File

@@ -3,7 +3,7 @@
* voodoo where we have to set display: none by default
*/
h1::after {
.mx_Header_title::after {
content: "!";
}