Skip to content

Commit dc53468

Browse files
Ndpntclementbiron
andauthored
Improve CSS
Co-authored-by: Clément Biron <[email protected]>
1 parent f6c4616 commit dc53468

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[show-if-param-content] {
2-
background-color: rgb(231, 248, 255);
2+
background-color: color-mix(in srgb, var(--colorPrimary) 10%, var(--colorWhite));
33
}

themes/opentermsarchive/assets/css/components/textContent.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173

174174
& ol + ol,
175175
& ul + ul {
176-
margin-top: calc(var(--mL) * -1);
176+
margin-top: calc((var(--mL) * -1) + var(--m2XS));
177177
}
178178

179179
& li {

0 commit comments

Comments
 (0)