Parcourir la source

Fix link colors in announcements (#12965)

master^2
Eugen Rochko il y a 4 ans
committed by GitHub
Parent
révision
2f8c3c17ee
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. +5
    -1
      app/javascript/styles/mastodon/components.scss

+ 5
- 1
app/javascript/styles/mastodon/components.scss Voir le fichier

@@ -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%);
}
}
}



Chargement…
Annuler
Enregistrer