style fixed

merge-requests/208/head
fatchan 4 years ago
parent 7f9202e18a
commit a0ecbebde6
  1. 4
      gulp/res/css/style.css
  2. 2
      views/custompages/faq.pug

@ -39,7 +39,7 @@ main {
font-style: italic;
}
.strikethrough {
.strike {
text-decoration: line-through;
}
@ -988,9 +988,11 @@ table.boardtable td:nth-child(6) {
background: black;
width: 100%;
border-left: var(--data-loading) solid darkgreen;
transition: all 0.3s ease;
}
.post-file-src[data-type="image"][data-loading]::after {
content: attr(data-loading) "%";
color: white;
}
.post-file-src * {

@ -130,7 +130,7 @@ block content
tr
td ~~strikethrough~~
td
span.strikethrough strikethrough
span.strike strikethrough
tr
td ||spoiler text||
td

Loading…
Cancel
Save