Kaynağa Gözat

Fix link colors in announcements (#12965)

master^2
Eugen Rochko 4 yıl önce
committed by GitHub
ebeveyn
işleme
2f8c3c17ee
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +5
    -1
      app/javascript/styles/mastodon/components.scss

+ 5
- 1
app/javascript/styles/mastodon/components.scss Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet