Skip to content

Commit 6dbc78d

Browse files
committed
cambio color de enlaces a zul oscuro
1 parent 1d15f43 commit 6dbc78d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,17 +472,17 @@ h6 {
472472
}
473473

474474
a {
475-
color: #277cea;
475+
color: #0a1aa2;
476476
text-decoration: none;
477477
transition: all 0.2s linear;
478-
border-bottom: 1px dashed #277cea;
478+
border-bottom: 1px dashed #0a1aa2;
479479
}
480480
a:active, a:focus {
481481
outline: 0;
482482
}
483483
a:hover, a:focus {
484-
color: #68a4f1;
485-
border-bottom: 1px solid #68a4f1;
484+
color: #0a1aa2;
485+
border-bottom: 1px solid #0a1aa2;
486486
}
487487

488488
hr {

0 commit comments

Comments
 (0)