Edit services illustration size and add prefixed text-decoration property for WebKit compatibility
This commit is contained in:
parent
e2b1064b1e
commit
1d185e9ff4
2 changed files with 9 additions and 10 deletions
|
@ -140,6 +140,7 @@ em {
|
|||
a {
|
||||
color: var(--secondary-color);
|
||||
text-decoration: underline var(--primary-accent-color);
|
||||
-webkit-text-decoration: underline var(--primary-accent-color); // Prefixed shorthand for WebKit (Safari) compatibility
|
||||
border-radius: 2px;
|
||||
transition: color 200ms ease-in-out;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue