Skip to content

Commit

Permalink
0.3 dark table
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylvo committed Oct 8, 2024
1 parent 75e1482 commit efa423a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions holiday.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ h2 {
td {
color: #eee;
}
table {
color-scheme: dark;
}

}
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="holiday.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/png" href="favicon16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicon32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon128x128.png" sizes="128x128">
<meta charset="utf-8">
Expand Down Expand Up @@ -34,7 +33,7 @@ <h2>Transport</h2>


<h2>Ceny na miejscu</h2>
<table class="table table-striped table-hover">
<table class="table-dark table-striped table-hover">
<tr>
<td><b>Produkt</b></td><td><b>Cena - EUR</b></td><td><b>Cena ~ PLN</b></td>
</tr>
Expand Down

0 comments on commit efa423a

Please sign in to comment.