Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TylersApps committed Jul 28, 2024
2 parents 8264c0c + b0a7aaa commit b3b676c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions themes/dracula/dracula-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,13 @@ div.react-select__control .react-select__multi-value {
body {
background-color: var(--background);
color: var(--foreground);
padding: 4rem 0 0;
padding: 4rem 0 0;
}

@media (max-width: 575.98px) and (orientation: portrait) {
body {
padding: 0 0 5rem 0 !important;
}
}

.text-white {
Expand Down Expand Up @@ -2426,8 +2432,7 @@ a.badge-dark:focus,a.badge-dark.focus {
max-width: 350px;
opacity: .9;
position: fixed;
right: 2rem;
top: 4rem;
right: 2rem
transition: right .5s;
z-index: 1051
}
Expand All @@ -2449,11 +2454,11 @@ a.badge-dark:focus,a.badge-dark.focus {
}

.toast-container .toast-header {
color: var(--foreground);
color: var(--background);
}

.toast-container .toast-header .close,.toast-container .toast-header .expand-error-button {
color: var(--foreground);
color: var(--background);
text-shadow: none
}

Expand Down Expand Up @@ -4887,4 +4892,4 @@ div.thumbnail-section
text-shadow: 1px 1px 1px var(--superdark);
stroke: var(--background);
stroke-width: 15;
}
}

0 comments on commit b3b676c

Please sign in to comment.