We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3836c10 + 9a3c9ac commit a2608e1Copy full SHA for a2608e1
CHANGELOG.MD
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+- TMS-1259: Disable link underline in theme.json
11
+
12
## [1.71.2] - 2026-02-25
13
14
- TMS-1255: Check for redipress class before indexing contact field
theme.json
@@ -11,5 +11,14 @@
"typography": {
"dropCap": false
}
+ },
15
+ "styles": {
16
+ "elements": {
17
+ "link": {
18
+ "typography": {
19
+ "textDecoration": false
20
+ }
21
22
23
24
0 commit comments