Anpassungen

This commit is contained in:
2025-05-18 22:45:24 +02:00
parent dd34344611
commit 42bee3a7b8
2 changed files with 10 additions and 5 deletions

View File

@@ -100,7 +100,7 @@
.product-info h3 {
margin: 0 0 10px 0;
font-size: 1.2em;
color: #00bfff;
color: var(--accent);
}
.product-info p {
@@ -122,10 +122,10 @@
}
.buy-button {
background-color: #00bfff;
background-color: var(--accent);
color: #0b0f1a;
border: none;
padding: 8px 16px;
padding: 8px 8px;
border-radius: 6px;
cursor: pointer;
transition: background-color 0.3s;