mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Deploying to gh-pages from @ crystal-ameba/ameba@c9538220c6 🚀
This commit is contained in:
parent
6d3dd18c46
commit
250ec8ff6e
134 changed files with 1225 additions and 1190 deletions
|
@ -1,3 +1,7 @@
|
|||
:root {
|
||||
color-scheme: light dark;
|
||||
}
|
||||
|
||||
html, body {
|
||||
background: #FFFFFF;
|
||||
position: relative;
|
||||
|
@ -729,6 +733,30 @@ img {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
max-width: -moz-fit-content;
|
||||
max-width: fit-content;
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
background: #fdfdfd;
|
||||
text-align: center;
|
||||
border: 1px solid #eee;
|
||||
border-collapse: collapse;
|
||||
padding: 0px 5px 0px 5px;
|
||||
}
|
||||
|
||||
table th {
|
||||
padding: 10px;
|
||||
letter-spacing: 1px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
table td {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#sidebar-btn {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
|
@ -794,10 +822,6 @@ img {
|
|||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
html, body {
|
||||
background: #1b1b1b;
|
||||
}
|
||||
|
@ -824,6 +848,10 @@ img {
|
|||
border: 1px solid #353535;
|
||||
}
|
||||
|
||||
.project-versions-nav > option {
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.superclass-hierarchy .superclass a,
|
||||
.superclass-hierarchy .superclass a:visited,
|
||||
.other-type a,
|
||||
|
@ -935,13 +963,18 @@ img {
|
|||
color: white;
|
||||
}
|
||||
|
||||
pre {
|
||||
pre,
|
||||
table {
|
||||
color: white;
|
||||
background: #202020;
|
||||
border: 1px solid #353535;
|
||||
}
|
||||
|
||||
table th {
|
||||
border-bottom: 1px solid #353535;
|
||||
}
|
||||
|
||||
#sidebar-btn, #sidebar-btn-label {
|
||||
color: white;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue