Skip to content

Commit b944cca

Browse files
committed
tweaks
1 parent da1f981 commit b944cca

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

index.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
table {
1818
width: 90%;
1919
border-collapse: collapse;
20-
border: 2px double #ddd;
20+
border: 0px double #ddd;
2121
}
2222

2323
th, td {
@@ -26,16 +26,9 @@
2626
color: #fff; /* Set the text color for table cells */
2727
border: 2px double #ddd;
2828
background-color: #454b4e; /* Set your desired color here */
29-
font-size: 24px;
30-
}
31-
32-
tr:nth-child(even) {
33-
background-color: #f9f9f9;
29+
font-size: 12px;
3430
}
3531

36-
tr:hover {
37-
background-color: #f5f5f5;
38-
}
3932
</style>
4033
</head>
4134
<body>

0 commit comments

Comments
 (0)