Skip to content

Commit 84c2213

Browse files
committed
Override some default styles
1 parent cf8d5be commit 84c2213

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

home/index.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151

5252
.main .text {
53-
font-weight: 400;
53+
font-weight: 400!important;
5454
padding: 16pt 0pt 4pt 0pt;
5555
}
5656

@@ -96,6 +96,6 @@ a.VPLink.VPFeature:hover {
9696
padding-bottom: 8pt;
9797
}
9898

99-
a:link {
100-
text-decoration: none;
99+
.vp-doc a:link {
100+
text-decoration: none!important;
101101
}

0 commit comments

Comments
 (0)