Skip to content

Commit 4cfa6fd

Browse files
authored
Merge pull request #26 from circuscode/develop
Styles Hyperlinks Comments
2 parents e44d548 + 1d918f1 commit 4cfa6fd

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ This project is licensed under the GPL3 License.
169169

170170
Release pending
171171

172+
* Added: Styles for Hyperlinks in Comments
172173
* Changed: Styling of Comment Notification Checkbox
173174
* Changed: Envira Lightbox / Position of Close & Next Icons
174175

theme.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,34 @@
166166
}
167167
}
168168
},
169+
"core/comment-content": {
170+
"elements": {
171+
"link": {
172+
"color": {
173+
"text": "#900"
174+
},
175+
"typography": {
176+
"textDecoration": "none"
177+
},
178+
"border": {
179+
"bottom": {
180+
"width": "2px",
181+
"color": "transparent",
182+
"style": "solid"
183+
}
184+
},
185+
":hover": {
186+
"border": {
187+
"bottom": {
188+
"width": "2px",
189+
"color": "#900",
190+
"style": "solid"
191+
}
192+
}
193+
}
194+
}
195+
}
196+
},
169197
"core/query-pagination": {
170198
"color": {
171199
"text": "black"

0 commit comments

Comments
 (0)