Skip to content

Commit

Permalink
Change form label color
Browse files Browse the repository at this point in the history
  • Loading branch information
TylersApps committed May 15, 2024
1 parent 6eaf768 commit b2ccaa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/dracula/dracula-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ input[type="checkbox"] {
}

.form-label {
color: var(--overcast_white);
color: var(--comment);
}


Expand Down
2 changes: 1 addition & 1 deletion themes/dracula/dracula-theme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Dracula Theme
description: A dark theme for Stash based on the popular Dracula theme.
version: 1.3.1
version: 1.3.2
ui:
css:
- dracula-theme.css

0 comments on commit b2ccaa0

Please sign in to comment.