1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00

dropdowns

This commit is contained in:
Laura
2025-08-09 22:14:35 +02:00
parent 9db37f64cb
commit 91d9ce4449
7 changed files with 163 additions and 117 deletions

View File

@@ -30,7 +30,7 @@
html,
body {
font-family: "Lato", sans-serif;
font-family: "Work Sans", sans-serif;
font-size: 15px;
background: #181926;
color: #cad3f5;
@@ -284,6 +284,7 @@ body {
padding-bottom: 30px;
}
.dropdown,
textarea,
button,
input,
@@ -307,6 +308,8 @@ button {
input,
select {
background: #363a4f;
padding: 2px 5px;
font-size: 14px;
}
#chat button {