Apply new styles to hosted room.

This commit is contained in:
Chris Wilson
2020-12-03 00:18:09 -05:00
parent af547fea12
commit ef14aff201
3 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
html{
background-image: url('../static/backgrounds/dirt/dirt-0005-large.png');
background-image: url('../static/backgrounds/grass/grass-0007-large.png');
background-repeat: repeat;
background-size: 900px 900px;
background-size: 650px 650px;
}
#host-room{
@@ -11,16 +11,16 @@ html{
background-color: rgba(0, 0, 0, 0.15);
border-radius: 8px;
padding: 1rem;
color: #ffe993;
color: #eeffeb;
}
#host-room a{
color: #ffffff;
color: #ffef00;
}
#host-room input[type=text]{
border: 1px solid #000000;
padding: 3px;
border-radius: 3px;
width: 500px;
min-width: 370px;
padding: 0.125rem;
height: 1.5rem;
}