We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be8c3b commit 55af3e3Copy full SHA for 55af3e3
1 file changed
web/src/styles/custom.css
@@ -37,10 +37,17 @@
37
38
.see-also-section {
39
margin-top: 4rem;
40
- border-top: 1px solid rgba(255, 255, 255, 0.1);
41
padding-top: 1.5rem;
42
}
43
+:root[data-theme='dark'] .see-also-section {
44
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
45
+}
46
+
47
+:root[data-theme='light'] .see-also-section {
48
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
49
50
51
.code-example {
52
/*margin-bottom: 1.5rem;*/
53
0 commit comments