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 3f623db commit 3490227Copy full SHA for 3490227
website/src/pages/index.module.css
@@ -52,6 +52,21 @@
52
width: calc(100% - 2rem);
53
}
54
55
+.heroBanner h1::selection,
56
+.heroBanner h1 span::selection {
57
+ color: rgb(36, 39, 54) !important;
58
+ -webkit-text-fill-color: rgb(36, 39, 54);
59
+ background: #B4D7FE !important;
60
+ -webkit-background-clip: unset;
61
+ background-clip: unset;
62
+}
63
+
64
+html[data-theme='dark'] .heroBanner ::selection {
65
+ color: #fff !important;
66
+ -webkit-text-fill-color: #fff;
67
+ background: #385477 !important;
68
69
70
html .heroBanner h2 {
71
font-style: normal;
72
font-weight: 400;
0 commit comments