Ryujinx/Ryujinx.UI/UI/style.css

10 lines
101 B
CSS
Raw Normal View History

2018-04-19 18:21:16 +00:00
*
{
background-color:black;
color:blue;
}
* .border
{
background-color : lightgray;
2018-04-19 18:21:16 +00:00
}