This commit is contained in:
Miloslav Ciz 2024-02-22 23:16:14 +01:00
parent 1d0c3e3980
commit 24d20f5c13
14 changed files with 1730 additions and 1695 deletions

View file

@ -1,3 +1,8 @@
body
{
overflow-x: hidden;
}
pre, code
{
background-color: #e0e0e0;
@ -18,3 +23,11 @@ table td, th
{
color: red;
}
@media print
{
a, .dead
{
color: black;
}
}