a11y: Option to always underline links in posts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
38ad49c1e6
commit
193b326d15
7 changed files with 11 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -544,6 +544,7 @@
|
|||
"preferences.fields.privacy_label": "Prywatność wpisów",
|
||||
"preferences.fields.reduce_motion_label": "Ogranicz ruch w animacjach",
|
||||
"preferences.fields.system_font_label": "Używaj domyślnej czcionki systemu",
|
||||
"preferences.fields.underline_links_label": "Zawsze podkreślaj odnośniki we wpisach",
|
||||
"preferences.fields.unfollow_modal_label": "Pokazuj prośbę o potwierdzenie przed cofnięciem obserwacji",
|
||||
"preferences.hints.content_type_markdown": "Ostrzeżenie: eksperymentalne!",
|
||||
"preferences.hints.demetricator": "Ogranicz uzależnienie od mediów społecznościowych ukrywając wszystkie liczby ze strony.",
|
||||
|
|
|
@ -460,6 +460,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
.underline-links {
|
||||
.status__content,
|
||||
.reply-indicator__content {
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.focusable {
|
||||
&:focus {
|
||||
outline: 0;
|
||||
|
|
|
@ -450,6 +450,7 @@ If it's not documented, it's because I inherited it from Mastodon and I don't kn
|
|||
}
|
||||
],
|
||||
systemFont: false,
|
||||
underlineLinks: false,
|
||||
home: {
|
||||
regex: {
|
||||
body: ''
|
||||
|
|
Loading…
Reference in a new issue