new termscp site

This commit is contained in:
veeso
2023-07-05 12:33:17 +02:00
parent 00a6c53178
commit b7d4c68ebe
25 changed files with 996 additions and 1224 deletions

View File

@@ -12,7 +12,6 @@
}
.markdown p {
color: #202020;
font-size: 1.1em;
}
@@ -46,16 +45,11 @@
.markdown blockquote {
border-left: 0.25em solid #ccc;
color: #606060;
font-size: 90%;
padding: 0.1em;
padding-left: 0.5em;
}
.markdown blockquote p {
color: #606060;
}
.markdown pre code {
background-color: inherit;
font-size: 100%;
@@ -68,6 +62,12 @@
padding: 0.2em 0.4em;
}
@media (prefers-color-scheme: dark) {
.markdown code {
background-color: #404040;
}
}
.markdown table {
border-collapse: collapse;
border-spacing: 0;
@@ -82,14 +82,6 @@
border-top: 1px solid #c6cbd1;
}
.markdown table tr {
background-color: white;
}
.markdown table tr:nth-child(even) {
background-color: #dfe2e5;
}
.markdown table td,
.markdown table th {
border: 1px solid #c6cbd1;