Restrict visited link color to markdown only

This commit is contained in:
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,13 +1,4 @@
.markdown-inner {
// Util class to remove extra margin in nested markdown content
> :first-child {
margin-top: 0;
}
> :last-child {
margin-bottom: 0;
}
}
.markdown {
// {{< expand "Label" "icon" >}}
.book-expand {
margin-top: $padding-16;
@ -105,5 +96,6 @@ a.book-btn {
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="}}