Skip to content
Snippets Groups Projects
Commit c960e4fe authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Revert "Insert SASS variables for splashscreen background and text colors"

This reverts commit fc78eb18.

SASS variables only exist at compile time and are not available for
arsnova.properties.
parent fc78eb18
No related merge requests found
......@@ -82,7 +82,7 @@ security.custom-login.order=0
# registration-mail.body: Text body used for registration e-mail. {0} will be
# replaced by the value of activation-path.
#
security.user-db.enabled=false
security.user-db.enabled=true
security.user-db.title=ARSnova
security.user-db.login-dialog-path=account.html
security.user-db.activation-path=account.html
......@@ -218,8 +218,8 @@ ui.slogan=Audience Response System
# Best results are achieved with logos that have the same width and height.
splashscreen.logo-path=resources/images/arsnova-logo.png
splashscreen.slogan=Audience Response System
splashscreen.slogan-color=$splashscreen-slogan-text-color
splashscreen.background-color=$splashscreen-background-color
splashscreen.slogan-color=#4A5C66
splashscreen.background-color=#E0E0E0
splashscreen.loading-ind-color=#4A5C66
splashscreen.min-delay=3000
......@@ -272,4 +272,4 @@ pp.session-levels.en = General Education,\
#
tracking.provider=piwik
tracking.tracker-url=
tracking.site-id=
tracking.site-id=
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment