Skip to content
Snippets Groups Projects
Unverified Commit cf7a09e3 authored by Mahatthana (Kelvin) Nomsawadi's avatar Mahatthana (Kelvin) Nomsawadi Committed by GitHub
Browse files

More styling on dark theme (#46637)

parent 82d25caf
Branches
Tags
No related merge requests found
......@@ -4,14 +4,16 @@
.DownloadButton {
cursor: pointer;
border: 1px solid var(--mb-color-border);
border-radius: 0.5rem;
background: var(--mb-color-bg-white);
color: var(--mb-color-text-dark);
background: var(--mb-color-background);
color: var(--mb-color-text-primary);
}
.DownloadButton:hover {
background: var(--mb-color-brand);
color: var(--mb-color-text-white);
border-color: var(--mb-color-background-hover);
background: var(--mb-color-background-hover);
color: var(--mb-color-text-hover);
& .UnformattedTextInfo {
visibility: visible;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment