₊⁺✿˚

This commit is contained in:
HT 2023-04-28 04:15:15 +01:00
parent 3a0150db6c
commit 537d47e163
1 changed files with 13 additions and 1 deletions

View File

@ -501,6 +501,11 @@ list-style-type:circle;
padding:23px 0px 27px 0px;
color:{color:top bar title};
z-index:7003;
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
gap:0 14px;
}
#toptits a {
@ -509,8 +514,14 @@ list-style-type:circle;
text-transform:uppercase;
letter-spacing:3px;
color:{color:top bar links};
padding-top:4px;
margin-bottom:-4px;
padding-bottom:8.5px;
border-bottom:0.5px solid transparent;
line-height:100%;
display:flex;
align-items:center;
}
#toptits a:hover {
@ -521,11 +532,12 @@ list-style-type:circle;
#toptits .fa {
font-size:12px;
flex-shrink:0;
}
#toptits .fa::after {
content:"";
margin-right:2px;
margin-right:4px;
}
#back {