Compare commits
3 Commits
7bf26a1094
...
aa24b2d072
Author | SHA1 | Date |
---|---|---|
Rin | aa24b2d072 | |
Rin | 0cd76aa22a | |
Rin | 06a2259577 |
|
@ -1683,11 +1683,10 @@ a.sparkline {
|
|||
|
||||
a {
|
||||
color: $highlight-text-color;
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1681,6 +1681,15 @@ 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;
|
||||
|
|
Loading…
Reference in New Issue