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 e89ceea commit 3664634Copy full SHA for 3664634
src/components/Content/style.css
@@ -75,12 +75,6 @@
75
display: inline;
76
}
77
78
-.content .link {
79
- color: var(--color-primary);
80
- text-decoration: underline;
81
- cursor: pointer;
82
-}
83
-
84
.content .list {
85
display: flex;
86
flex-direction: column;
@@ -154,6 +148,16 @@
154
148
margin: 0.25rem 0;
155
149
156
150
151
+.content .link {
152
+ color: var(--color-primary);
153
+ text-decoration: underline;
+ cursor: pointer !important;
+}
+
157
+.content .link * {
158
159
160
161
.content:has(.root:empty) .no-content {
162
163
0 commit comments