New post: Half an year on Alpine

This commit is contained in:
jultty 2025-09-01 03:16:38 -03:00
commit bcc38b6451
2 changed files with 163 additions and 3 deletions

View file

@ -100,11 +100,16 @@ ul {
details {
margin: 30px;
background: #333333;
padding: 20px;
padding-top: 40px;
border-radius: 10px;
}
details summary {
details summary {
margin-bottom: 15px;
cursor: pointer;
cursor: pointer;
color: #276E6B;
}
#container {
@ -429,4 +434,3 @@ footer {
filter: invert(80%);
}
}