Files
xrpl-dev-portal/styles/_xrplai.scss
2023-10-11 11:45:35 -05:00

20 lines
329 B
SCSS

button.MarkpromptFloatingTrigger {
bottom: 4.5rem;
}
html.light .MarkpromptContentDialog a {
color: $light-link-hover-color;
}
html.light .MarkpromptContentDialog h3:not(.chip) {
color: $black;
}
.MarkpromptExtendedFeedbackTextInput {
background-color: $white;
color: $black;
}
.MarkpromptOverlay {
z-index: 20;
}