Skip to content

Commit bc0547e

Browse files
authored
docs: improve styles for versions and languages page (#16553)
* docs: improve versions page in dark theme * fix: update languages page styles
1 parent 6070f58 commit bc0547e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/src/assets/scss/languages.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
color: var(--link-color);
2828

2929
&::after {
30-
content: "✔️";
30+
content: " ✔️";
31+
white-space: pre;
32+
color: rgba(100%, 0%, 0%, 0);
33+
text-shadow: 0 0 0 var(--headings-color);
3134
}
3235
}
3336

docs/src/assets/scss/versions.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
color: var(--link-color);
2929

3030
&::after {
31-
content: "✔️";
31+
content: " ✔️";
32+
white-space: pre;
33+
color: rgba(100%, 0%, 0%, 0);
34+
text-shadow: 0 0 0 var(--headings-color);
3235
}
3336
}
3437

0 commit comments

Comments
 (0)