Skip to content

Commit

Permalink
revert styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirajraut1 authored Feb 1, 2024
1 parent 20d57ad commit 15b5a59
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,23 +102,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Prices Nepal</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<style>
td, th {
border: 1px solid #ddd;
padding: 8px;
}
tr:nth-child(even){
background-color: #f2f2f2;
}
th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #04AA6D;
color: white;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 15b5a59

Please sign in to comment.