Update
This commit is contained in:
parent
1d0c3e3980
commit
24d20f5c13
14 changed files with 1730 additions and 1695 deletions
13
style.css
13
style.css
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue