Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit 0241629

Browse files
committed
Fix minor styling issue whilst we're here
1 parent b22632f commit 0241629

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dist/macOSNotif.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/macOSNotif.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,15 @@
8989
text-align: left;
9090
font-family: "SF Display", -apple-system, system-ui, BlinkMacSystemFont, "HelveticaNeue-Light",
9191
"Helvetica Neue Light", "Helvetica Neue", Helvetica, "Segoe UI", Roboto, Ubuntu, "Lucida Grande", sans-serif;
92+
letter-spacing: normal;
9293
transition: all .8s ease-in-out;
9394
}
9495

96+
.macOSNotif_Container a,
97+
.macOSNotif_Container a:hover {
98+
text-decoration: none;
99+
}
100+
95101
.macOSNotif_Clickable {
96102
cursor: pointer;
97103
}

0 commit comments

Comments
 (0)