This commit is contained in:
Miloslav Ciz 2024-01-31 00:35:22 +01:00
parent e4ac7bfe6e
commit cafa9c826c
8 changed files with 141 additions and 10 deletions

View file

@ -28,6 +28,7 @@ h1, h2
background-color: #aba;
text-align: center;
color: #300;
text-shadow: 1px 1px 0 #fff;
}
h3
@ -47,7 +48,7 @@ pre, code
pre
{
font-size: 15px;
font-size: 14px;
max-width: 800px;
overflow: hidden;
}
@ -70,6 +71,7 @@ td, th
border-right: 2px solid white;
border-bottom: 2px solid #444;
border-left: 2px solid #444;
cursor: cell;
}
th
@ -79,6 +81,7 @@ th
a
{
cursor: zoom-in;
color: #00c;
text-decoration: underline;
text-decoration-style: wavy;