Skip to content

Commit

Permalink
Fixes login screen background issue. Adjust version colour to origina…
Browse files Browse the repository at this point in the history
…lly specified.
  • Loading branch information
ntoll authored and sssoleileraaa committed Mar 3, 2020
1 parent 26a6bb1 commit 1bf2548
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 189 deletions.
2 changes: 1 addition & 1 deletion securedrop_client/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ def __init__(self, parent):
application_version.setLayout(application_version_layout)
application_version_label = QLabel(_("Workstation app v") + sd_version)
application_version_label.setAlignment(Qt.AlignHCenter)
application_version_label.setStyleSheet("QLabel {color: #2A319D;}")
application_version_label.setStyleSheet("QLabel {color: #9fddff;}")
application_version_layout.addWidget(application_version_label)

# Add widgets
Expand Down
232 changes: 44 additions & 188 deletions securedrop_client/resources/images/login_bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1bf2548

Please sign in to comment.