Skip to content

Commit cbdfc87

Browse files
committed
Got rid of black backgrounds on links.
1 parent fc2483a commit cbdfc87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/application.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@ body {
6565
a {
6666
color: #aaa !important;
6767
}
68+
69+
a:hover {
70+
background-color: transparent !important;
71+
}

0 commit comments

Comments
 (0)