Skip to content

Commit

Permalink
Fix styles of links inside the text
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszDziezykNetcentric committed Sep 2, 2024
1 parent f2939cf commit 7ef8216
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ main pre {
}

/* buttons */
a.button:any-link,
a:any-link,
button {
font-family: var(--body-font-family);
box-sizing: border-box;
Expand All @@ -323,12 +323,12 @@ button {
letter-spacing: 0.44px;
}

a.button:hover,
a:hover,
button:hover {
color: var(--action-hover);
}

a.button:focus,
a:focus,
button:focus {
color: var(--action-focus);
outline: none;
Expand Down Expand Up @@ -417,7 +417,7 @@ button.secondary.small {
padding: 3px 12px;
}

.dark a.button:any-link,
.dark a:any-link,
.dark button {
background-color: transparent;
}
Expand Down

0 comments on commit 7ef8216

Please sign in to comment.