testing another installation

This commit is contained in:
mcguirepr89
2022-03-07 13:54:03 -05:00
parent 0068a801d0
commit b7c0c1bd78
7 changed files with 61 additions and 147 deletions
+10
View File
@@ -285,6 +285,16 @@ button:hover {
float: left;
}
.systemcontrols form {
text-align: center;
}
.systemcontrols button {
border: 2px solid black;
background-color: rgb(159, 226, 155);
width: 20%;
}
body::-webkit-scrollbar {
display:none
}