🎨 refactor: improve code format; set tabs = 4 spaces

This commit is contained in:
welpo
2023-04-15 00:58:01 +02:00
parent 50280e65a9
commit 7a1bb1d04c
11 changed files with 536 additions and 513 deletions

View File

@@ -1,52 +1,53 @@
figure {
box-sizing: border-box;
display: inline-block;
margin: 0;
max-width: 100%;
height: auto;
box-sizing: border-box;
display: inline-block;
margin: 0;
max-width: 100%;
height: auto;
}
figcaption {
font-family: var(--serif-font);
font-size: 0.72rem;
color: var(--meta-color);
text-align: center;
font-family: var(--serif-font);
font-size: 0.72rem;
color: var(--meta-color);
text-align: center;
}
figure img {
max-height: 500px;
max-height: 500px;
}
img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
figure h4 {
font-size: 1rem;
margin: 0;
margin-bottom: 1em;
font-size: 1rem;
margin: 0;
margin-bottom: 1em;
}
figure h4::before {
content: "";
content: "";
}
svg {
max-height: 15px;
max-height: 15px;
}
.img-dark {
display: none;
display: none;
}
[data-theme="dark"] {
.img-dark {
display: block;
}
.img-light {
display: none;
}
.img-dark {
display: block;
}
.img-light {
display: none;
}
}