Compare commits

..

No commits in common. "aa24b2d07261a3c6c4194d677b83fe951831f566" and "7bf26a109437f5f519f9d3405e5325cf777e6ea2" have entirely different histories.

2 changed files with 4 additions and 12 deletions

View File

@ -1683,10 +1683,11 @@ a.sparkline {
a {
color: $highlight-text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
&:hover,
&:active,
&:focus {
text-decoration: none;
}
}

View File

@ -1681,15 +1681,6 @@ a.sparkline {
box-sizing: border-box;
min-height: 100%;
a {
color: $highlight-text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
p {
margin-bottom: 20px;
unicode-bidi: plaintext;