File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 88}
99
1010table {
11- border : 5px solid black ;
11+ border : 5px solid # 000000 ;
1212 border-collapse : collapse;
1313}
1414
1515td {
1616 font-size : 1.8em ;
1717 text-align : center;
18- border : 1px solid black ;
18+ border : 1px solid # 000000 ;
1919 width : 45px ;
2020 height : 45px ;
21- caret-color : black ;
21+ caret-color : # 000000 ;
2222}
2323
2424.focused-cell {
2525 background-color : # ddd ;
2626}
2727
2828td .discovered-num {
29- color : red ;
29+ color : # ff0000 ;
3030}
3131
3232td .box-boundary-row {
33- border-bottom : 3px solid black ;
33+ border-bottom : 3px solid # 000000 ;
3434}
3535
3636td .box-boundary-col {
37- border-right : 3px solid black ;
37+ border-right : 3px solid # 000000 ;
3838}
3939
4040.status-success {
41- color : green ;
41+ color : # 008000 ;
4242}
4343
4444.status-failed {
45- color : red ;
45+ color : # ff0000 ;
4646}
4747
4848button {
You can’t perform that action at this time.
0 commit comments