watchyourlan/internal/web/public/css/index.css
2024-06-30 01:17:35 +07:00

9 lines
No EOL
173 B
CSS

.my-button {
height: 100%;
background-color: #00000000;
color: var(--bs-primary);
text-align: center;
}
.my-button:hover {
background-color: #0000001a;
}