Skip to content

Commit 6efb169

Browse files
committed
looking at board style
1 parent 21eab92 commit 6efb169

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,13 @@
3232
th {
3333
padding: 10px 10px;
3434
text-align: left;
35-
border: 0px;
36-
border-width: 0px 0px;
35+
border: none;
3736
font-size: 20px;
3837
font-weight: bold;
3938
}
4039
tr {
4140
border: solid;
42-
border-color: #FF0000;
41+
border-color: #e5e5e5;
4342
border-width: 1px 0;
4443
}
4544
a, a:visited, a:active {

0 commit comments

Comments
 (0)