Skip to content

Commit

Permalink
Update base.scss and manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluers committed Feb 8, 2024
1 parent 3c0e870 commit 983b6c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions _sass/plueres/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ figure {
box-sizing: border-box;
}

*:active, *:focus {
outline: none;
-webkit-tap-highlight-color: transparent;
}

@import url("https://fonts.googleapis.com/css?family=Gabarito:700|Albert Sans:400");
h1,
h2,
Expand Down
5 changes: 1 addition & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
],
"id": "/",
"start_url": "/",
"display_override": [
"fullscreen",
"minimal-ui"
],
"display_override": ["fullscreen", "minimal-ui"],
"display": "standalone",
"orientation": "landscape",
"theme_color": "#7047fa",
Expand Down

0 comments on commit 983b6c4

Please sign in to comment.