This repository has been archived on 2025-03-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcl_update_db/assets/style.css
T

25 lines
261 B
CSS
Executable File

body {
font-family: sans-serif;
}
table td+td {
border-left: 1px dashed silver;
text-align: center;
}
td {
font-family: monospace;
}
td.ref {
font-weight: bold;
}
td.empty {
color: silver;
}
tr:hover {
background-color: #ddd;
}