pull/222/head
Aevann 2024-02-12 16:17:53 +02:00
parent b19a49a885
commit dbdf43d0dd
1 changed files with 21 additions and 21 deletions

View File

@ -3362,58 +3362,58 @@ a.text-danger:hover, a.text-danger:focus, :not(td) > a[href="/h/chudrama"]:focus
@media print {
*, *::before, *::after {
box-shadow: none !important;
}
}
a:not(.btn) {
text-decoration: underline;
}
}
abbr[title]::after {
content: " (" attr(title) ")";
}
}
pre {
white-space: pre-wrap !important;
}
}
pre {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
}
thead {
display: table-header-group;
}
}
tr, img {
page-break-inside: avoid;
}
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
}
h2, h3 {
page-break-after: avoid;
}
}
@page {
size: a3;
}
}
body {
min-width: 992px !important;
}
}
.container {
min-width: 992px !important;
}
}
.navbar {
display: none;
}
}
.badge {
border: 1px solid #000;
}
.table {
}
table {
border-collapse: collapse !important;
}
.table td, .table th {
}
table td, table th {
background-color: #fff !important;
}
.table .thead-dark th {
}
table .thead-dark th {
color: inherit;
border-color: var(--gray-400);
}
}
}
html {
font-size: 14px;
@ -3421,7 +3421,7 @@ html {
@supports (font-variation-settings: normal) {
html {
font-family: "Inter var", sans-serif;
}
}
}
body {
color: var(--black);