Sfoglia il codice sorgente

Fix report text color. (#8288)

master
mayaeh 5 anni fa
committed by Eugen Rochko
parent
commit
0d1d9b9a33
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      app/javascript/styles/mastodon/components.scss

+ 4
- 0
app/javascript/styles/mastodon/components.scss Vedi File

@@ -4176,6 +4176,10 @@ a.status-card {
color: $highlight-text-color;
}

.status__content p {
color: $inverted-text-color;
}

@media screen and (max-width: 480px) {
max-height: 10vh;
}


Caricamento…
Annulla
Salva