소스 검색

Fix link colors in announcements (#12965)

master^2
Eugen Rochko 4 년 전
committed by GitHub
부모
커밋
2f8c3c17ee
No known key found for this signature in database 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%);
}
}
}



불러오는 중...
취소
저장