feat: Minor style changes
This commit is contained in:
parent
ae57d90cf3
commit
e3c821b6d7
@ -430,6 +430,10 @@ h1, h2 {
|
|||||||
.container-comment-form {
|
.container-comment-form {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
color: var(--text-one);
|
color: var(--text-one);
|
||||||
|
|
||||||
|
b {
|
||||||
|
text-shadow: 2px 2px var(--shadow-one);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<b>
|
<b>
|
||||||
{% blocktrans %}
|
{% blocktrans %}
|
||||||
Als {{ user }} kommentieren
|
Als <i>{{ user }}</i> kommentieren
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user