We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5059351 commit 58175b0Copy full SHA for 58175b0
packages/typo3-docs-theme/resources/public/css/theme.css
@@ -22863,6 +22863,18 @@ article {
22863
}
22864
article a:not([class*=btn]) {
22865
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;
22878
22879
article h3, article .h3 {
22880
padding-bottom: 0.5rem;
0 commit comments