Added in the 'latest' command and display latest post in terminal boot

This commit is contained in:
Dan 2025-12-08 14:52:34 +00:00
parent 99e89f7e84
commit e58896cc52
5 changed files with 40 additions and 2 deletions

View file

@ -22,6 +22,7 @@
border-radius: 5px;
background-color: black;
opacity: 0;
transition: opacity 0.3s ease;
}
.music:hover .music-text {

View file

@ -23,6 +23,10 @@ body {
position: relative;
}
.latest-post {
display: none;
}
@keyframes flicker {
0% {
opacity: 0.27861;