Skip to content

Commit

Permalink
Built web
Browse files Browse the repository at this point in the history
  • Loading branch information
adeeteya committed Dec 23, 2022
1 parent 0562b1a commit e236fa8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9535e22f7ec1660039c2abd4846f7249
6f376f221418a86706d1a9d56ec60543
8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const RESOURCES = {
"icons/Icon-512.png": "0589e1e71d9cf20ff247b3c8143ddd68",
"icons/Icon-maskable-192.png": "cb7f649544128dc74433950fa0a3860a",
"icons/Icon-maskable-512.png": "0589e1e71d9cf20ff247b3c8143ddd68",
"index.html": "b779c803c908eaa830023b57743753d1",
"/": "b779c803c908eaa830023b57743753d1",
"main.dart.js": "671aa179910df3433783816adcca85cb",
"index.html": "d2a79c847944f59f9f9350081ae2fbda",
"/": "d2a79c847944f59f9f9350081ae2fbda",
"main.dart.js": "98cd2761d5ffafae6247c7c2559ff8c4",
"manifest.json": "8dea28717cdaebf76881fb9422c5a420",
"splash/img/dark-1x.png": "a9c87f44ba5d0169e5cccd6670a64e46",
"splash/img/dark-2x.png": "758b86e4c61a466f3b3e3f5778234dd7",
Expand All @@ -32,7 +32,7 @@ const RESOURCES = {
"splash/img/light-3x.png": "2b0737f9f1ffe9150fa9c3d48beaaa09",
"splash/img/light-4x.png": "36cb8d6e8a4dc9bcf9f95c63906bb71b",
"splash/splash.js": "123c400b58bea74c1305ca3ac966748d",
"splash/style.css": "7ea11af5026f49420ee2c54893c5d4cb",
"splash/style.css": "6d3ec5a3d5531bc0b68a1e3604688cc7",
"version.json": "1364e1967c06ace3efb4778c9b246275"
};

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="manifest" href="manifest.json">
<script>
// The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = '2837602068';
var serviceWorkerVersion = '474305683';
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer=""></script>
Expand All @@ -26,12 +26,12 @@
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
<link rel="stylesheet" type="text/css" href="splash/style.css">
</head>
<body>
<picture id="splash">
<body> <picture id="splash">
<source srcset="splash/img/light-1x.png 1x, splash/img/light-2x.png 2x, splash/img/light-3x.png 3x, splash/img/light-4x.png 4x" media="(prefers-color-scheme: light)">
<source srcset="splash/img/dark-1x.png 1x, splash/img/dark-2x.png 2x, splash/img/dark-3x.png 3x, splash/img/dark-4x.png 4x" media="(prefers-color-scheme: dark)">
<img class="center" aria-hidden="true" src="splash/img/light-1x.png" alt="">
</picture>




Expand Down
6 changes: 3 additions & 3 deletions main.dart.js

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions splash/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
html {
height: 100%
}

body {
margin:0;
height:100%;
background: #E0E5EC;

margin: 0;
min-height: 100%;
background-color: #E0E5EC;
background-size: 100% 100%;
}

Expand Down Expand Up @@ -54,10 +57,6 @@ body {

@media (prefers-color-scheme: dark) {
body {
margin:0;
height:100%;
background: #292D32;

background-size: 100% 100%;
background-color: #292D32;
}
}

0 comments on commit e236fa8

Please sign in to comment.