Skip to content

Commit

Permalink
new assets (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Aug 6, 2016
1 parent 5a6a4f9 commit 7107fcc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 2 deletions.
Binary file removed assets/logo.png
Binary file not shown.
Binary file modified assets/macdj-dmg-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/macdj.icns
Binary file not shown.
Binary file modified assets/macdj.ico
Binary file not shown.
Binary file added assets/macdj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/app/css/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url('https://fonts.googleapis.com/css?family=Exo:300,400');
body {
background-color: #26C6DA;
background-color: #2C2F33;
color: #fff;
font-family: Exo;
font-weight: 100;
Expand All @@ -22,6 +22,11 @@ input {
color: #000;
}

.button {
color: #fff;
border: 1px solid #7289DA;
}

p {
display: inline;
margin-bottom: 0px;
Expand Down
3 changes: 2 additions & 1 deletion src/app/css/token.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
@import url('https://fonts.googleapis.com/css?family=Exo:300,400');
body {
background-color: #26C6DA;
background-color: #2C2F33;
color: #fff;
font-family: Exo;
font-weight: 100;
}

input[type="button"] {
color: #fff;
border: 1px solid #7289DA;
}

input[type="text"] {
Expand Down

0 comments on commit 7107fcc

Please sign in to comment.