Skip to content

Commit a924cd1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 07f0672 commit a924cd1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/electron/frontend/assets/css/nativize.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ a {
3838
/* New window (target) + external links */
3939
a[target],
4040
a[href^="https://"],
41-
a[href^="http://"]
42-
{
41+
a[href^="http://"] {
4342
border-bottom: 1px solid;
4443
}
4544
/* For YouTube Video links */
46-
a[href^="https://www.youtube.com"]
47-
{
45+
a[href^="https://www.youtube.com"] {
4846
border-bottom: 0px solid;
4947
}
5048

0 commit comments

Comments
 (0)