More styling

vinayak
anulax1225 ago%!(EXTRA string=1 year)
parent af0873cf10
commit 58d378f4cd
  1. 3
      css/ui.css
  2. BIN
      favicon.ico
  3. 3
      index.html

@ -0,0 +1,3 @@
.modal-disable::backdrop {
background-color: rgba(0, 0, 0, 0.493);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

@ -2,7 +2,8 @@
<html lang="en">
<head>
<title></title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script type="module" src="js/index.js" defer></script>
</head>

Loading…
Cancel
Save