1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
tcl_update_db/assets/style.css

35 lines
401 B
CSS

:root {
--mdc-theme-primary: #1b5e20;
--mdc-theme-secondary: #f9a825;
}
body {
font-family: sans-serif;
}
table td+td {
border-left: 1px dashed silver;
text-align: center;
}
td {
font-family: monospace;
white-space: nowrap;
}
td.ref {
font-weight: bold;
}
td.empty {
color: silver;
}
tr:hover {
background-color: #ddd;
}
td.fullonly {
color: #88f;
}