Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
fix: reverted back unnecesary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
troychaplin committed Oct 28, 2024
1 parent 847e2c7 commit 2458fa8
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions styles/03-dusk.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@
"link": {
"color": {
"text": "var:preset|color|accent-2"
},
"typography": {
"textDecoration": "underline"
},
":hover": {
"typography": {
"textDecoration": "none"
}
}
}
}
Expand All @@ -110,14 +102,6 @@
"link": {
"color": {
"text": "var:preset|color|accent-2"
},
"typography": {
"textDecoration": "underline"
},
":hover": {
"typography": {
"textDecoration": "none"
}
}
}
}
Expand Down Expand Up @@ -174,10 +158,10 @@
"typography": {
"fontFamily": "var:preset|font-family|vollkorn",
"fontSize": "var:preset|font-size|x-large"
}
},
"css": "p.wp-block-site-title:not(.has-link-color) a { color: var(--wp--preset--color--accent-3);}"
}
},
"css": "p.wp-block-site-title:not(.has-link-color) a { color: var(--wp--preset--color--accent-3);}",
"elements": {
"button": {
"typography": {
Expand Down Expand Up @@ -253,14 +237,6 @@
"radius": "4px",
"width": "0.8px",
"style": "solid"
},
"typography": {
"textDecoration": "none"
},
":hover": {
"typography": {
"textDecoration": "underline"
}
}
}
}
Expand Down

0 comments on commit 2458fa8

Please sign in to comment.