Skip to content

Commit 9d17561

Browse files
fix new height & copy button css in dark mode
1 parent 5c9a49e commit 9d17561

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

theming/styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,13 @@ a:hover {
210210
.card,
211211
.pseudolisting {
212212
border-radius: 0.5rem;
213-
padding: 1rem;
214213
transition: background-color 0.3s ease, border-color 0.3s ease;
215214
}
216215

216+
.pseudolisting {
217+
padding: 1rem;
218+
}
219+
217220
.card .card-title,
218221
.pseudolisting .h5 {
219222
font-weight: 700;

theming/theme-dark.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,7 @@ code {
221221
.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item * {
222222
color: white !important;
223223
}
224+
225+
.tooltip-inner {
226+
color: white;
227+
}

0 commit comments

Comments
 (0)