₊⁺✿˚

This commit is contained in:
HT 2023-05-08 08:49:19 +01:00
parent 7ce20c429a
commit d7af9b645b
1 changed files with 15 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Made by glenthemes
Initial release: 2016/12/23
Major facelift: 2021/02/20
Last updated: 2023/04/30
Last updated: 2023/05/07
TERMS OF USE:
1) Do not remove the theme credit.
@ -13,7 +13,7 @@ TERMS OF USE:
4) Do not use my themes as a base code.
5) Do not mix my themes together.
----------------------------------------------------->
<!DOCTYPE>
<!DOCTYPE html>
<html>
<head>
@ -95,8 +95,19 @@ $(document).ready(function(){
--Poll-Option-HOVER-Text-Color: {color:link};
--Poll-Option-HOVER-Speed: 0.4s;
}
.poll-see-results {
padding-bottom:0!important;
border-bottom:none!important;
font-size:calc(var(--Poll-Option-Font-Size) - 1px)!important;
text-transform:uppercase;
letter-spacing:0.5px;
}
</style>
<script src="//glen-npf.gitlab.io/other/neue.js"></script>
<link href="//glen-npf.gitlab.io/other/neue.css" rel="stylesheet">
<!------------ THEME OPTIONS ------------>
<meta name="image:background image" content="//64.media.tumblr.com/2ed40da241cd7d18ca2a32f325dcec9b/89fd344281db72fc-9a/s2048x3072/90d13dd929b0491dd8a5eacb175b84243b0317b3.jpg">
<meta name="image:topleft icon" content="https://cdn.discordapp.com/attachments/382037367940448256/811072921711280148/PKtRbwt.png">
@ -1296,7 +1307,8 @@ hr {
margin-top:0;
}
.comment :last-child:not([data-npf*='audio'], .spotify_audio_player, .soundcloud_audio_player){
/* note: may need to remove the ">" if inconsistencies occur */
.comment > :last-child:not([data-npf*='audio'], .spotify_audio_player, .soundcloud_audio_player){
margin-bottom:{select:post padding};
}