Skip to content

Commit 58175b0

Browse files
rfoucardlinawolf
authored andcommitted
Update theme.css
1 parent 5059351 commit 58175b0

File tree

1 file changed

+12
-0
lines changed
  • packages/typo3-docs-theme/resources/public/css

1 file changed

+12
-0
lines changed

packages/typo3-docs-theme/resources/public/css/theme.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22863,6 +22863,18 @@ article {
2286322863
}
2286422864
article a:not([class*=btn]) {
2286522865
text-decoration: underline;
22866+
color: #333333;
22867+
}
22868+
article a:not([class*=btn]):hover {
22869+
text-decoration: none;
22870+
}
22871+
article p, article li {
22872+
color: #666666;
22873+
font-size: 1.1rem;
22874+
margin-bottom: 1rem;
22875+
}
22876+
article li::marker {
22877+
color: #ff8700;
2286622878
}
2286722879
article h3, article .h3 {
2286822880
padding-bottom: 0.5rem;

0 commit comments

Comments
 (0)