Rearrange

This commit is contained in:
minster586
2026-04-19 01:01:18 -04:00
parent cdb6cab983
commit 2145b5ee0d
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
#widget-container {
background-image: url("toast.png") !important;
background-size: 100% 100% !important;
background-color: transparent !important;
backdrop-filter: none !important;
border: none !important;
display: flex !important;
align-items: center !important;
padding: 10px !important;
}
#title {
font-family: "Comic Sans MS" !important;
color: white !important;
}
#artist {
font-family: "Comic Sans MS" !important;
color: yellow !important;
}