Skip to content

Commit

Permalink
Update background color in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
khayyam-ahmed committed Nov 15, 2023
1 parent 8c1c6cf commit 66de6cf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
body {
margin: 0;
min-height: 100%;
background-color: #60a3d9;
/* background-color: #60a3d9; */
background-color: #122035;
background-size: 100% 100%;
}

Expand Down Expand Up @@ -149,11 +150,11 @@
right: 0;
}

@media (prefers-color-scheme: dark) {
/* @media (prefers-color-scheme: dark) {
body {
background-color: #122035;
}
}
} */
</style>
<script id="splash-screen-script">
function removeSplashFromWeb() {
Expand All @@ -165,7 +166,7 @@
</head>
<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/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

0 comments on commit 66de6cf

Please sign in to comment.