Remove duplicated CSS properties in ``styles.css`` (#3204)

This commit is contained in:
Uriya Harpeness 2023-07-16 16:42:59 +03:00 committed by GitHub
parent 0e422008ed
commit fee8c3e353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -103,7 +103,6 @@ a:active,
a:visited { a:visited {
color: var(--colour-links); color: var(--colour-links);
display: inline; display: inline;
overflow-wrap: break-word;
overflow-wrap: anywhere; overflow-wrap: anywhere;
text-decoration-color: var(--colour-background-accent-strong); text-decoration-color: var(--colour-background-accent-strong);
} }
@ -135,7 +134,6 @@ pre {
hyphens: none; hyphens: none;
} }
code { code {
overflow-wrap: break-word;
overflow-wrap: anywhere; overflow-wrap: anywhere;
} }
code.literal { code.literal {