This commit is contained in:
Arthur K. 2025-05-29 17:14:23 +03:00
parent 459cf79f50
commit 44a6e04a42
Signed by: wzray
GPG key ID: B97F30FDC4636357
10 changed files with 23 additions and 182 deletions

View file

@ -2,6 +2,7 @@
{% block styles %}
form { flex: 1; }
body { padding: 2rem; }
textarea {
height: 100%;
@ -30,9 +31,9 @@
width: 3rem;
border: none;
border-radius: 50%;
background: #2196F3;
background: #696969;
color: white;
color: #C6C6C6;
font-size: 2rem;
cursor: pointer;