This commit is contained in:
2024-07-18 00:33:06 +05:30
parent 7bd7fceeca
commit 3357948954
2 changed files with 13 additions and 7 deletions

View File

@@ -31,3 +31,9 @@ main {
.options a:hover {
background-color: #eee;
}
button {
padding: 5px 10px;
border: none;
cursor: pointer;
}