mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix(style): dont internal-link highlight when image (closes #581)
This commit is contained in:
parent
43d638a6de
commit
74c63e448e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ a {
|
|||
color: var(--tertiary) !important;
|
||||
}
|
||||
|
||||
&.internal {
|
||||
&.internal:not(:has(img)) {
|
||||
text-decoration: none;
|
||||
background-color: var(--highlight);
|
||||
padding: 0 0.1rem;
|
||||
|
|
Loading…
Reference in a new issue