mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Make dark theme links lighter and less saturated
10% lighter and 10% lower saturation than traditional signal blue
This commit is contained in:
@@ -6,6 +6,7 @@ $text-dark: #CCCCCC;
|
||||
|
||||
.android-dark {
|
||||
color: $text-dark;
|
||||
a { color: #57a5e5; }
|
||||
hr {
|
||||
border-color: $grey-dark;
|
||||
}
|
||||
|
||||
@@ -1699,6 +1699,8 @@ li.entry .error-icon-container {
|
||||
|
||||
.android-dark {
|
||||
color: #CCCCCC; }
|
||||
.android-dark a {
|
||||
color: #57a5e5; }
|
||||
.android-dark hr {
|
||||
border-color: #333333; }
|
||||
.android-dark #header {
|
||||
|
||||
Reference in New Issue
Block a user