瀏覽代碼

Fix link colors in announcements (#12965)

master^2
Eugen Rochko 4 年之前
committed by GitHub
父節點
當前提交
2f8c3c17ee
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. +5
    -1
      app/javascript/styles/mastodon/components.scss

+ 5
- 1
app/javascript/styles/mastodon/components.scss 查看文件

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



Loading…
取消
儲存