2022-11-26 16:30:30 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#mainpnl {
|
|
|
|
box-shadow: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mainpnl h1
|
|
|
|
{
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #CFCFCF;
|
|
|
|
text-shadow: #000 0 0 2px, #666 0 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edge-btn {
|
|
|
|
position: absolute;
|
|
|
|
border-color: #888 !important;
|
|
|
|
}
|
|
|
|
|
2023-05-27 17:42:06 +02:00
|
|
|
.yellow-code,
|
|
|
|
.yellow-code pre,
|
|
|
|
.yellow-code span {
|
2022-11-26 16:30:30 +01:00
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theme-switch {
|
|
|
|
fill: #EA0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theme-switch:hover {
|
|
|
|
fill: #88F;
|
2023-05-27 17:42:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
background: var(--secondary-back-color);
|
|
|
|
border: .0625rem solid #444;
|
2022-11-26 16:30:30 +01:00
|
|
|
}
|