This commit is contained in:
Morgan 2023-11-27 12:10:04 +09:00
parent d89b5d0e9b
commit 34ba5103ac
2 changed files with 4 additions and 4 deletions

View File

@ -379,15 +379,15 @@ h6:hover .anchor {
} }
.pag-back { .pag-back {
height: 24px; height: 20px;
width: 24px; width: 20px;
color: var(--secondary); color: var(--secondary);
margin-left: 0px; margin-left: 0px;
margin-bottom: 24px; margin-bottom: 24px;
} }
.pag-back:hover { .pag-back:hover {
transform: scale(1.2); transform: scale(1.1);
transition-duration: 0.1s; transition-duration: 0.1s;
} }

View File

@ -39,7 +39,7 @@
</ul> </ul>
<nav class="pag-back"> <nav class="pag-back">
<a href="#back" onclick="window.history.back()"> <a href="#back" onclick="window.history.back()">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24" focusable="false" style="pointer-events: none; display: block; width: 100%; height: 100%;fill: var(--primary);stroke: var(--primary);" stroke-width="1"><polygon points="11.65,3.50 3.80,11.35 11.65,19.20 12.36,18.50 5.71,11.85 20.15,11.85 20.15,10.85 5.71,10.85 12.36,4.20"></polygon></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" focusable="false" style="pointer-events: none; display: block; width: 100%; height: 100%;fill: var(--primary);stroke: var(--primary);" stroke-width="1"><polygon points="11.65,3.50 3.80,11.35 11.65,19.20 12.36,18.50 5.71,11.85 20.15,11.85 20.15,10.85 5.71,10.85 12.36,4.20"></polygon></svg>
</a> </a>
</nav> </nav>
<br/> <br/>