mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
fix alt text
This commit is contained in:
parent
e8a44f7b33
commit
806f73bf9f
2 changed files with 9 additions and 1 deletions
|
@ -28,6 +28,7 @@ footer {
|
|||
|
||||
#content p,
|
||||
#content img,
|
||||
#content img,
|
||||
#content ul,
|
||||
#content ol,
|
||||
#content table,
|
||||
|
@ -41,7 +42,10 @@ hr,
|
|||
}
|
||||
|
||||
#content img {
|
||||
max-width: 52%;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
width: 52%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
p code{
|
||||
|
|
|
@ -25,6 +25,10 @@ input[type="checkbox"] {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
img {
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.togglelabel::after {
|
||||
left: calc(100% - 67pt);
|
||||
content: "";
|
||||
|
|
Loading…
Reference in a new issue