mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-01 16:59:29 +01:00
progress on new lobby
This commit is contained in:
@@ -39,7 +39,7 @@ h1 {
|
||||
font-family: 'diavlo', sans-serif;
|
||||
color: #ab2626;
|
||||
filter: drop-shadow(2px 2px 4px black);
|
||||
font-size: 40px;
|
||||
font-size: 50px;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
@@ -209,6 +209,14 @@ input {
|
||||
margin: 0 0 0.5em 0;
|
||||
}
|
||||
|
||||
.good, .compact-card.good .card-role {
|
||||
color: #4b6bfa !important;
|
||||
}
|
||||
|
||||
.evil, .compact-card.evil .card-role {
|
||||
color: #e73333 !important
|
||||
}
|
||||
|
||||
@keyframes placeholder {
|
||||
0%{
|
||||
background-position: 50% 0
|
||||
|
||||
Reference in New Issue
Block a user