edited post

This commit is contained in:
Morgan 2023-10-29 15:29:40 +09:00
parent 2365bc541e
commit 1bc82e3013
2 changed files with 1 additions and 2 deletions

View File

@ -373,7 +373,6 @@ h6:hover .anchor {
.pag-back { .pag-back {
font-size: 18px; font-size: 18px;
color: var(--secondary); color: var(--secondary);
text-transform: uppercase;
} }
.paginav .title { .paginav .title {

View File

@ -38,7 +38,7 @@
</ul> </ul>
<nav class="pag-back"> <nav class="pag-back">
<a href="#" onclick="window.history.back()"> <a href="#" onclick="window.history.back()">
Back < Back
</a> </a>
</nav> </nav>
<br/> <br/>