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