Using css after update (Fix your ish Microsoft)

This commit is contained in:
watsonb8
2019-11-30 15:46:09 -05:00
parent 042a0d466a
commit 82b8705a0c
6 changed files with 60 additions and 69 deletions

View File

@ -0,0 +1,24 @@
#Layout {
background-color: #232323;
}
ListView {
background-color: #232323;
margin-left: 20;
margin-top: 20;
}
#GroupTemplate Label {
color: white;
font-size: 14;
font-family: Courier New, Courier, monospace;
font-weight: 100;
margin-top: 500;
}
#ItemTemplate label {
color: white;
font-size: 18;
font-family: Courier New, Courier, monospace;
font-weight: 400;
}