Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
feat: 75% transparent background for the app
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Apr 12, 2019
1 parent 83ceb19 commit 3bb6279
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 83 deletions.
135 changes: 53 additions & 82 deletions docs/css/main.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/_sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $map2-cat3: #01000f;
stroke: white;
stroke-width: 4px;
&.cat-0 {
fill: $map-default-bg;
fill: $map2-cat0;
}
&.cat-1 {
fill: $map2-cat1;
Expand Down Expand Up @@ -113,6 +113,7 @@ $map2-cat3: #01000f;

#app {
padding-top: 0;
background-color: rgba(255, 255, 255, 0.75);
}

#search {
Expand Down

0 comments on commit 3bb6279

Please sign in to comment.