We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e859442 commit c65d582Copy full SHA for c65d582
1 file changed
content/static/style.css
@@ -962,15 +962,15 @@ html body a {
962
border: 1px solid #404040;
963
padding: 12px 16px;
964
text-decoration: none;
965
- color: #ccc !important;
+ color: #60AFEF !important;
966
font-weight: bold !important;
967
- font-size: 14px;
+ font-size: 15px;
968
transition: background-color 0.15s, border-color 0.15s;
969
}
970
971
.card-link:hover {
972
background-color: #303030;
973
border-color: #505050;
974
text-decoration: none !important;
975
- color: #fff !important;
+ color: #7fc4ff !important;
976
0 commit comments