forked from MarseyWorld/MarseyWorld
tweak my autoupvoting shit
parent
09be0394cd
commit
82821a16c2
|
@ -4,7 +4,7 @@
|
|||
|
||||
{% if v and v.id == AEVANN_ID %}
|
||||
<style>
|
||||
#frontpage .post-title a:not(.visited):visited {
|
||||
#frontpage .post-title a:not(.visited):not(.sub):visited {
|
||||
color: var(--black) !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
</div>
|
||||
|
||||
<h5 class="card-title post-title text-left w-lg-95 mb-0 pb-0 pb-md-1">
|
||||
<a id="{{p.id}}-title" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %} href="{{p.permalink}}" class="{% if voted and v.id == AEVANN_ID %}visited{% endif %} stretched-link {% if p.author.agendaposter %}agendaposter{% endif %}">
|
||||
<a id="{{p.id}}-title" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %} href="{{p.permalink}}" class="{% if p.sub %}sub{% elif voted and v.id == AEVANN_ID %}visited{% endif %} stretched-link {% if p.author.agendaposter %}agendaposter{% endif %}">
|
||||
{% if p.club %}<span class="patron font-weight-bolder mr-1" style="background-color:red; font-size:12px; line-height:2;">{{CC}}</span>{% endif %}
|
||||
{% if p.flair %}<span class="patron font-weight-bolder mr-1" style="background-color:var(--primary); font-size:12px; line-height:2;">{{p.flair | safe}}</span>{% endif %}
|
||||
{{p.realtitle(v) | safe}}
|
||||
|
|
Loading…
Reference in New Issue