Selaa lähdekoodia

Fix link colors in announcements (#12965)

master^2
Eugen Rochko 4 vuotta sitten
committed by GitHub
vanhempi
commit
2f8c3c17ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. +5
    -1
      app/javascript/styles/mastodon/components.scss

+ 5
- 1
app/javascript/styles/mastodon/components.scss Näytä tiedosto

@@ -886,7 +886,7 @@
}

a {
color: $highlight-text-color;
color: $secondary-text-color;
text-decoration: none;

&:hover {
@@ -902,6 +902,10 @@
}
}
}

&.unhandled-link {
color: lighten($ui-highlight-color, 8%);
}
}
}



Ladataan…
Peruuta
Tallenna