₊⁺✿˚

This commit is contained in:
HT 2023-05-07 03:36:11 +01:00
parent 080863fc98
commit 96f609e7d5
1 changed files with 13 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Made by glenthemes
Initial release: 2015/08/10
Revamp date: 2016/12/14
Last updated: 2023/04/27
Last updated: 2023/05/06
TERMS OF USE:
1) Do not remove the theme credit.
@ -127,7 +127,7 @@ $(document).ready(function(){
<link href="//static.tumblr.com/gtjt4bo/mXBrpdj0n/unblue-polls.css" rel="stylesheet">
<style>
.poll-post {
--Poll-Question-Font-Size: calc({text:font size} + 3px);
--Poll-Question-Font-Size: {text:font size};
--Poll-Option-Background-Color: transparent;
--Poll-Option-Corner-Rounding: 5px;
@ -148,7 +148,18 @@ $(document).ready(function(){
--Poll-Option-HOVER-Text-Color: {color:permalink};
--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">
<!--------------------COLORS-------------------->
<meta name="color:background" content="#0d0203"/>