mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-04 20:25:25 +02:00
Implement server webhook icons as cosmetics & fixes
This commit is contained in:
@ -32,13 +32,14 @@
|
||||
|
||||
<hr>
|
||||
|
||||
{% if cosmetics is none %}
|
||||
{% if (not cosmetics) or (cosmetics and not cosmetics.css) %}
|
||||
<div class="row">
|
||||
<div class="col s12">
|
||||
<div class="card-panel indigo lighten-5 z-depth-3 hoverable black-text">
|
||||
<h4>Cosmetics!</h4>
|
||||
<p class="flow-text">Would you like to have <strong>cosmetics</strong> such as <em>custom CSS</em> for your embed?</p>
|
||||
<h4>User Defined CSS!</h4>
|
||||
<p class="flow-text">Would you like to have <strong>user defined css</strong> (e.g. custom css) for your embed?</p>
|
||||
<a class="waves-effect waves-light btn" href="https://discord.io/Titan">Talk to us!</a>
|
||||
<p>The first slot is on the house. Increasing the slot count requires the user to spend Titan Tokens. However, we do offer unlimited predefined CSS Color Variables at no charge.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user