Update dark.css.

master
voussoir 2024-10-15 21:42:40 -07:00
parent b7a3ff5298
commit 7f63d8c9a0
1 changed files with 13 additions and 2 deletions

View File

@ -48,7 +48,7 @@ article address
{ {
font-style: normal; font-style: normal;
} }
@media not print @media screen
{ {
article article
{ {
@ -80,6 +80,16 @@ article address
} }
} }
@media print
{
a::after
{
display: inline-block;
content: " <" attr(href) ">";
text-decoration: none;
color: var(--color_maintext);
}
}
h1, h2, h3, h4, h5 h1, h2, h3, h4, h5
{ {
padding: 8px; padding: 8px;
@ -123,7 +133,8 @@ article *
border-radius: 8px; border-radius: 8px;
} }
article > audio article > audio,
article > p > audio
{ {
width: 100%; width: 100%;
} }