We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbc78d commit 52a989cCopy full SHA for 52a989c
assets/css/main.css
@@ -472,17 +472,17 @@ h6 {
472
}
473
474
a {
475
- color: #0a1aa2;
+ color: #277cea;
476
text-decoration: none;
477
transition: all 0.2s linear;
478
- border-bottom: 1px dashed #0a1aa2;
+ border-bottom: 1px dashed #277cea;
479
480
a:active, a:focus {
481
outline: 0;
482
483
a:hover, a:focus {
484
485
- border-bottom: 1px solid #0a1aa2;
+ color: #68a4f1;
+ border-bottom: 1px solid #68a4f1;
486
487
488
hr {
0 commit comments