Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from refugeehackathon/dev-grey
Browse files Browse the repository at this point in the history
Stylish balck/gray
  • Loading branch information
donSchoe committed Oct 25, 2015
2 parents ef7d1b7 + 2e096af commit ae94993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/map-container.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.map-container {
display: flex;
flex-grow: 1;
border: 1px solid #000;
}

.map-content {
Expand All @@ -16,4 +17,4 @@
.fa-map-marker:before {
content: "\229A";
font-size: 24px;
}
}
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ html, body {
}

body {

background: #ddd;
}

#app {
Expand Down

0 comments on commit ae94993

Please sign in to comment.