Изменен цвет ссылок

This commit is contained in:
2019-08-30 12:13:44 +03:00
parent 89ea91a556
commit 0ee394a364
4 changed files with 32 additions and 12 deletions

View File

@ -22,6 +22,17 @@ h6 {
font-weight: normal;
}
a:not(:visited) {
color: $link-color;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
text-decoration: underline;
}
.hr-line {
height: 0;
display: block;