Restrict visited link color to markdown only

soper-book
Alex Shpak 2020-04-06 11:26:35 +02:00
parent 1eeabcad67
commit 6234f12654
5 changed files with 111 additions and 110 deletions

View File

@ -38,10 +38,6 @@ h5 {
a {
text-decoration: none;
color: $color-link;
&:visited {
color: $color-visited-link;
}
}
img {

View File

@ -37,6 +37,9 @@
&:hover {
text-decoration: underline;
}
&:visited {
color: $color-visited-link;
}
}
img {
@ -135,3 +138,13 @@
}
}
}
.markdown-inner {
// Util class to remove extra margin in nested markdown content
> :first-child {
margin-top: 0;
}
> :last-child {
margin-bottom: 0;
}
}

View File

@ -1,15 +1,6 @@
.markdown-inner {
// Util class to remove extra margin in nested markdown content
> :first-child {
margin-top: 0;
}
> :last-child {
margin-bottom: 0;
}
}
// {{< expand "Label" "icon" >}}
.book-expand {
.markdown {
// {{< expand "Label" "icon" >}}
.book-expand {
margin-top: $padding-16;
margin-bottom: $padding-16;
@ -32,10 +23,10 @@
input[type="checkbox"]:checked + .book-expand-content {
display: block;
}
}
}
// {{< tabs >}}
.book-tabs {
// {{< tabs >}}
.book-tabs {
margin-top: $padding-16;
margin-bottom: $padding-16;
@ -68,10 +59,10 @@
input[type="radio"]:checked + label + .book-tabs-content {
display: block;
}
}
}
// {{< columns >}}
.book-columns {
// {{< columns >}}
.book-columns {
margin-left: -$padding-16;
margin-right: -$padding-16;
@ -80,10 +71,10 @@
min-width: $body-min-width / 2;
padding: 0 $padding-16;
}
}
}
// {{< button >}}
a.book-btn {
// {{< button >}}
a.book-btn {
display: inline-block;
font-size: $font-size-14;
color: $color-link;
@ -96,14 +87,15 @@ a.book-btn {
&:hover {
text-decoration: none;
}
}
}
// {{< hint >}}
.book-hint {
// {{< hint >}}
.book-hint {
@each $name, $color in $hint-colors {
&.#{$name} {
border-left-color: $color;
background-color: rgba($color, 0.1);
}
};
}
}
}

View File

@ -1 +1 @@
{"Target":"book.min.63eb88daa545365405ecdbb21033286a325c60a36cfa6d22d21e7c3bc9286941.css","MediaType":"text/css","Data":{"Integrity":"sha256-Y+uI2qVFNlQF7NuyEDMoajJcYKNs+m0i0h58O8koaUE="}}
{"Target":"book.min.284c8fc21ced13c579d9027a9d14893c56b243c6045001180391cebb4cc36ab8.css","MediaType":"text/css","Data":{"Integrity":"sha256-KEyPwhztE8V52QJ6nRSJPFayQ8YEUAEYA5HOu0zDarg="}}