feat: Add initial spotify restart app
All checks were successful
Build Docker / BuildImage (push) Successful in 2m10s

This commit is contained in:
2025-07-08 22:49:53 +10:00
parent 9cf1ff4126
commit 43c0f83b57
3 changed files with 37 additions and 43 deletions

View File

@@ -38,4 +38,20 @@ a:hover {
.mike-section p {
line-height: 1.6;
margin-bottom: 15px;
}
.button {
display: inline-block;
padding: 10px 20px;
background-color: #ffffff;
color: #000000;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease;
border: 1px solid #ffffff;
}
.button:hover {
background-color: #000000;
color: #ffffff;
border: 1px solid #ffffff;
}