membership

This commit is contained in:
Emre
2025-09-30 14:19:44 +03:00
parent 751a69804a
commit dd19d9c377
4 changed files with 61 additions and 63 deletions

View File

@@ -133,6 +133,12 @@ button {
transform: scale(1.05);
}
.btn-primary-selected {
background: #00d9ff;
color: #000000;
border: 2px solid #00d9ff;
}
/* Container widths */
.container-width {
max-width: 56rem;