eng0.2.1-db0.1.2

This commit is contained in:
Hell13Cat
2022-04-14 20:50:48 +03:00
parent c2a92b5f93
commit 3ef95e21d5
18 changed files with 226 additions and 7 deletions
+14
View File
@@ -0,0 +1,14 @@
.theme-button {
width: 50%;
height: 15%;
font-family: "Comic Sans MS";
cursor: pointer;
opacity: 1;
padding-left: 0px;
padding-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
.theme-button:hover {
opacity:0.8;
}