Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom dracula style theme based on kaleidochromic and a new progress bar type #25

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update dracula_preset.css
  • Loading branch information
bradmartti authored Jan 20, 2022
commit 5bfc138d15a848c8d875e761266eb586b41f999f
2 changes: 1 addition & 1 deletion presets/dracula_preset.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ div[data-role="controlgroup"] a[data-role="button"] {
background-color: #00000000 !important;
}
.cardOverlayContainer {
background-color: #00000000;
background-color: rgba(0, 0, 0, 0.7);
}
}
@media all and (max-width: 70em){
Expand Down