Files
Grinch-AP/WebHostLib/static/styles/hostRoom.css
Chris Wilson bc9c93b180 Improvements to the WebHost
- Improved routing structure
- Improved style imports across site
- Added placeholder player-settings pages for Factorio and Minecraft
2021-06-15 21:18:14 -04:00

21 lines
357 B
CSS

#host-room{
width: calc(100% - 5rem);
margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 0.15);
border-radius: 8px;
padding: 1rem;
color: #eeffeb;
}
#host-room a{
color: #ffef00;
}
#host-room input[type=text]{
border: 1px solid #000000;
padding: 3px;
border-radius: 3px;
width: 500px;
}