Skip to content

Commit

Permalink
v1.4..1
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousm4x committed Feb 1, 2022
1 parent 0ddece6 commit c628832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/django_wol/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'

VERSION = "v1.4.0"
VERSION = "v1.4.1"
2 changes: 1 addition & 1 deletion app/wol/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
color: var(--waiting-gray);
}

.do>t-up {
.dot-up {
color: var(--up-green);
}

Expand Down

0 comments on commit c628832

Please sign in to comment.