Compare commits

...

3 Commits

Author SHA1 Message Date
Rin aa24b2d072
make glitch style consistent
ci/woodpecker/pr/woodpecker Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-12-08 18:26:32 +11:00
Rin 0cd76aa22a
make default masto style consistent 2022-12-08 18:24:41 +11:00
Rin 06a2259577
fix default masto style too 2022-12-08 16:58:48 +11:00
2 changed files with 12 additions and 4 deletions

View File

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

View File

@ -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;