Updated the screenshot of the comments section for the ToS page, changed the line animation on the nav bar items and added a (kinda buggy) RSS icon on the list pages

master
Gianmarco Gargiulo 2023-12-01 00:02:54 +01:00
parent f4edf31495
commit f1f73a5b07
3 changed files with 4 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -597,24 +597,22 @@ h5,h6{
padding:12px; padding:12px;
color:#fff; color:#fff;
opacity:.8; opacity:.8;
transition:opacity .35s ease-in-out; transition:opacity .2s ease-out;
&:before{ &:before{
content:""; content:"";
position:absolute; position:absolute;
right:100%; right:100%;
bottom:8px; bottom:8px;
left:12px; left:12px;
height:1px; height:2px;
background:#fff; background:#fff;
opacity:.25; transition:all .2s ease-out;
transition:all .35s ease-in-out;
} }
&:hover{ &:hover{
text-decoration:none; text-decoration:none;
opacity:1; opacity:1;
&:before{ &:before{
right:12px; right:12px;
opacity:.5;
} }
} }
} }

View File

@ -13,7 +13,7 @@
<div class="outer site-header-background responsive-header-img no-image"> <div class="outer site-header-background responsive-header-img no-image">
<div class="inner site-header-content-list"> <div class="inner site-header-content-list">
<h1 class="site-title">{{ .Title }}</h1> <h1 class="site-title">{{ .Title }}</h1>
<h2 class="site-description">{{ len .Pages }} post{{ if gt (len .Pages) 1 }}s{{ end }} <h2 class="site-description">{{ len .Pages }} post{{ if gt (len .Pages) 1 }}s{{ end }} <a href="rss.xml"><svg xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 -900 960 960" width="16" fill="white" style="opacity:.8"><path d="M200-120q-33 0-56.5-23.5T120-200q0-33 23.5-56.5T200-280q33 0 56.5 23.5T280-200q0 33-23.5 56.5T200-120Zm480 0q0-117-44-218.5T516-516q-76-76-177.5-120T120-680v-120q142 0 265 53t216 146q93 93 146 216t53 265H680Zm-240 0q0-67-25-124.5T346-346q-44-44-101.5-69T120-440v-120q92 0 171.5 34.5T431-431q60 60 94.5 139.5T560-120H440Z"/></svg></a>
</h2> </h2>
</h2> </h2>
</div> </div>