This commit is contained in:
relt-1
2023-09-26 11:57:25 +02:00
parent 964c563d84
commit 1666efeb4a
44 changed files with 2322 additions and 365 deletions

View File

@@ -108,6 +108,16 @@ pre
display:flex;
}
pre code
{
border: none !important;
}
td code {
background-color: #312A1D;
border-color: #2b2519;
}
.nested
{
display: none;
@@ -275,14 +285,16 @@ input:focus {
padding:0px;
}
table {
table
{
border: #312a1d 1px solid;
border-top-color: #837f7a;
border-left-color: #837f7a;
background-color: #423827;
}
th, td {
th, td
{
border: #2b2519 1px solid;
border-right-color: #837f7a;
border-bottom-color: #837f7a;
@@ -296,6 +308,26 @@ th, td {
overflow:hidden;
}
.framed
{
border: #312a1d 1px solid;
border-top-color: #837f7a;
border-left-color: #837f7a;
background-color: #423827;
display: flow-root;
}
.framed .framed
{
border: #2b2519 1px solid;
border-right-color: #837f7a;
border-bottom-color: #837f7a;
background-color: #3a3122;
margin:4px;
padding:2px;
text-align: center;
}
</style>
<div>