Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 5b712f7

Browse files
committed
Fix version hover effect
1 parent a7136f6 commit 5b712f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/assets/app.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.

public/assets/app.css.map

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

public/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"/assets/app.js": "/assets/app.js?id=4fc94975bf5523809bc5",
3-
"/assets/app.css": "/assets/app.css?id=bda36ec0bd5462209fd0"
3+
"/assets/app.css": "/assets/app.css?id=7f7255f65b6758315ef4"
44
}

resources/css/page/_versions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
color: #ff2d20;
1616

1717
&:hover {
18-
background: #fff;
18+
background: $color-bg;
1919
text-decoration: none;
2020
}
2121
}

0 commit comments

Comments
 (0)