Skip to content

Commit

Permalink
Override some default styles
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Dec 24, 2024
1 parent cf8d5be commit 84c2213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

.main .text {
font-weight: 400;
font-weight: 400!important;
padding: 16pt 0pt 4pt 0pt;
}

Expand Down Expand Up @@ -96,6 +96,6 @@ a.VPLink.VPFeature:hover {
padding-bottom: 8pt;
}

a:link {
text-decoration: none;
.vp-doc a:link {
text-decoration: none!important;
}

0 comments on commit 84c2213

Please sign in to comment.