Изменен цвет ссылок
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user