Skip to content

Commit c65d582

Browse files
committed
Minor style update
1 parent e859442 commit c65d582

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/static/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -962,15 +962,15 @@ html body a {
962962
border: 1px solid #404040;
963963
padding: 12px 16px;
964964
text-decoration: none;
965-
color: #ccc !important;
965+
color: #60AFEF !important;
966966
font-weight: bold !important;
967-
font-size: 14px;
967+
font-size: 15px;
968968
transition: background-color 0.15s, border-color 0.15s;
969969
}
970970

971971
.card-link:hover {
972972
background-color: #303030;
973973
border-color: #505050;
974974
text-decoration: none !important;
975-
color: #fff !important;
975+
color: #7fc4ff !important;
976976
}

0 commit comments

Comments
 (0)