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 5c9a49e commit 9d17561Copy full SHA for 9d17561
theming/styles.css
@@ -210,10 +210,13 @@ a:hover {
210
.card,
211
.pseudolisting {
212
border-radius: 0.5rem;
213
- padding: 1rem;
214
transition: background-color 0.3s ease, border-color 0.3s ease;
215
}
216
+.pseudolisting {
217
+ padding: 1rem;
218
+}
219
+
220
.card .card-title,
221
.pseudolisting .h5 {
222
font-weight: 700;
theming/theme-dark.scss
@@ -221,3 +221,7 @@ code {
.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item * {
color: white !important;
223
224
225
+.tooltip-inner {
226
+ color: white;
227
0 commit comments