remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 13:06:04 -06:00
parent 44bbcf8941
commit 043ee9e806
3 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@
@apply px-1 py-0.5 text-xs text-shadow-light font-bold leading-normal rounded bg-gradient-to-t;
}
.badge-red {
@apply from-red-600 to-red-500 text-red-900;
@apply from-red-600 to-red-500 text-white;
}
.badge-yellow {
@apply from-yellow-600 to-yellow-500 text-yellow-900;

View File

@ -97,7 +97,7 @@
<ul class="flex flex-col mb-0">
{% if p.club %}
<li>
<span class="badge badge-red">Country Club</span>
<span class="badge badge-yellow">Country Club</span>
<li>
{% endif %}
{% if p.bannedfor and p.author.banned_by %}

View File

@ -185,7 +185,7 @@
<a {% if v and v.newtab %}target="_blank"{% endif %} {% if v %}href="{{p.permalink}}"{% else %}href="/logged_out{{p.permalink}}"
{% endif %}>
{% if p.club %}
<span class="patron font-weight-bolder mr-1" style="background-color:red; font-size:10px; line-height:2;">COUNTRY CLUB</span>
<span class="badge badge-yellow">COUNTRY CLUB</span>
{% endif %}
{{p.realtitle(v) | safe}}
</a>