Adds Userstyle domain handling for news.ycombinator.com

This commit is contained in:
Andrew Gioia 2023-06-14 18:43:21 +00:00
parent dd03c45ef2
commit 6b9343d61b
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
@-moz-document domain("news.ycombinator.com") {
/* sizing */
html {
font-size: 15px;
@ -203,4 +204,4 @@ a.nosee .votearrow::after {
font-size: 16px;
}
}
}