Skip to content

Commit

Permalink
simple fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoroukAziz committed May 31, 2020
1 parent f6d5d4e commit 823def8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deck_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ def drawButtons(self,_old):
animation ="""
<style>
body{
background-image: url('./assets/background.jpg') ;
background-image: url('./assets/background.jpg') !important ;
}
</style>
"""
Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"disabled": false, "mod": 0, "conflicts": [], "max_point_version": 0, "min_point_version": 0, "branch_index": 0, "config": {"animation": false, "change answer buttons": false, "date_format": "eu", "note_correction_factors": {"English": 2, "Fr": 2}, "theme": "starry"}}
{"disabled": false, "mod": 0, "conflicts": [], "max_point_version": 0, "min_point_version": 0, "branch_index": 0, "config": {"animation": true, "change answer buttons": false, "date_format": "eu", "note_correction_factors": {"English": 2, "Fr": 2}, "theme": "starry"}}

0 comments on commit 823def8

Please sign in to comment.