Remove dark links mixin and sass var

soper-book
Alex Shpak 2019-10-27 12:33:14 +01:00
parent a5788d71fa
commit 825573cdd2
6 changed files with 9 additions and 15 deletions

View File

@ -26,7 +26,6 @@ $black: #000 !default;
$color-link: #05b !default;
$color-visited-link: #8440f1 !default;
$color-dark-link: $gray-800 !default;
$body-background: white !default;
$body-font-color: $gray-800 !default;

View File

@ -116,7 +116,13 @@ ul.pagination {
@include fixed;
}
@include dark-links;
a {
color: inherit;
}
a.active {
color: $color-link;
}
}
.book-section-flat {

View File

@ -62,13 +62,3 @@
overflow-x: hidden;
overflow-y: auto;
}
@mixin dark-links {
a {
color: $color-dark-link;
}
a.active {
color: $color-link;
}
}

View File

@ -6,4 +6,3 @@ $body-font-color: #e9ecef;
$color-link: #84b2ff;
$color-visited-link: #b88dff;
$color-dark-link: $body-font-color;

View File

@ -1 +1 @@
{"Target":"book.min.6c28d4c7786ace6b760a10f0da9a7fa873292f04f374a4819c43fd684501f609.css","MediaType":"text/css","Data":{"Integrity":"sha256-bCjUx3hqzmt2ChDw2pp/qHMpLwTzdKSBnEP9aEUB9gk="}}
{"Target":"book.min.431835e98366e7af7b915e5aa52e231655f0454ad376185b14c72e6912aeb03e.css","MediaType":"text/css","Data":{"Integrity":"sha256-Qxg16YNm5697kV5apS4jFlXwRUrTdhhbFMcuaRKusD4="}}