stage webchat: make signup form orange

fits better with the attac-themed of the rest of the website
This commit is contained in:
stuebinm 2021-08-18 21:00:48 +02:00
parent 1e1a74e0c8
commit 41b45b5e9d
No known key found for this signature in database
GPG key ID: 8FBE8AAD32FA12B7

View file

@ -22,3 +22,19 @@
.header > button:nth-last-child(2) {
display: none !important;
}
.btn {
border-color: #eb6721 !important;
color: #eb6721;
}
.btn:hover {
background-color: #eb6721;
color: white;
}
.input:not(:disabled):hover {
border-color: #eb6721;
}