mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
server: add get album bio from last fm function
- co-written by Github Copilot
This commit is contained in:
@@ -7,5 +7,4 @@ $green: rgb(67, 148, 67);
|
||||
$separator: #ffffff46;
|
||||
// sizes
|
||||
$small: .5em;
|
||||
$smaller: .25em;
|
||||
|
||||
$smaller: .25em;
|
||||
@@ -74,18 +74,6 @@ button {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background: rgba(0, 0, 0, 0.575);
|
||||
backdrop-filter: blur(40px);
|
||||
-webkit-backdrop-filter: blur(40px);
|
||||
-moz-backdrop-filter: blur(40px);
|
||||
}
|
||||
|
||||
#bg-blur {
|
||||
position: absolute;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: rgba(27, 27, 27, 0.548);
|
||||
background-image: url(../images/dark-bg.jpg);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.l-sidebar {
|
||||
|
||||
Reference in New Issue
Block a user