Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-02 16:30:46 +01:00 committed by GitHub
parent aa2f798d6f
commit 904960fe50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,34 +111,7 @@
.highlight .vi { color: #19177C } /* Name.Variable.Instance */ .highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .vm { color: #19177C } /* Name.Variable.Magic */ .highlight .vm { color: #19177C } /* Name.Variable.Magic */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
table {
border-collapse: collapse;
width: 100%;
border: 2px solid black; /* 2px border around the table */
}
table, th, td {
border: 1px solid black; /* 1px lines for cells and header */
}
th {
background-color: white; /* White background for header */
}
tr:nth-child(even) {
background-color: #d5e3f3; /* Blue for even rows */
}
tr:nth-child(odd) {
background-color: white; /* White for odd rows */
}
th:empty {
display: none; /* This will make an empty header cell vanish */
}
</style> </style>
</head> </head>