Update
This commit is contained in:
parent
911143c7a0
commit
56bfbd2c10
7 changed files with 205 additions and 28 deletions
31
style_dark.css
Normal file
31
style_dark.css
Normal file
|
@ -0,0 +1,31 @@
|
|||
body
|
||||
{
|
||||
background-color: black;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
pre, code
|
||||
{
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table td, th
|
||||
{
|
||||
border: 1px solid #999;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
color: #67f;
|
||||
}
|
||||
|
||||
.dead
|
||||
{
|
||||
color: #d33;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue