Skip to content

Commit

Permalink
more cosmetcis
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBals committed Feb 2, 2015
1 parent c4430b7 commit 4c51748
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/css/_dark.sass
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ body.dark .settings, body.dark .info, body.dark .stats
background-color: $dark_background
color: $dark_primary

body .version
body.dark .version
color: $dark_primary
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ body.dark .settings, body.dark .info, body.dark .stats {
background-color: #303030;
color: #FFC107; }

body .version {
body.dark .version {
color: #FFC107; }

* {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/main.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.1.3'
version = '0.1.4'

selection = []
lektionen = []
Expand Down
2 changes: 1 addition & 1 deletion assets/js/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c51748

Please sign in to comment.