Изменен цвет ссылок
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;
|
||||
|
@ -1,3 +1,5 @@
|
||||
@import '../vars';
|
||||
|
||||
.social {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
@ -14,4 +16,8 @@
|
||||
&__link {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
&__link:hover {
|
||||
color: $link-color;
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,9 @@ $base-monospace-font-family: 'Source Code Pro', monospace;
|
||||
$base-font-size: 20px;
|
||||
$base-font-color: #24292e; // from github
|
||||
|
||||
// Цвет ссылок
|
||||
$link-color: #0366d6; // from github
|
||||
|
||||
// Ширина страницы
|
||||
$preferred-width: 740px;
|
||||
|
||||
|
Reference in New Issue
Block a user