20 lines
498 B
CSS
20 lines
498 B
CSS
#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;
|
|
} |