forked from ruangrupa/lumbung.space
add lumbung radio widget
This commit is contained in:
@ -54,6 +54,9 @@
|
||||
|
||||
--calendar-light: #B6EDFF;
|
||||
--calendar-dark: #0E64C8;
|
||||
|
||||
--sounds-light: #ECC5EC;
|
||||
--sounds-dark: #CA14D4;
|
||||
}
|
||||
|
||||
|
||||
@ -973,3 +976,20 @@ footer a:hover {
|
||||
.single .h-entry img {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.lumbung-radio-player {
|
||||
display: flex;
|
||||
color: var(--sounds-dark);
|
||||
border: 1px solid var(--sounds-dark);
|
||||
background: var(--sounds-light);
|
||||
font-style: italic;
|
||||
width: fit-content;
|
||||
padding: 1rem;
|
||||
gap: 1rem;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
bottom: 2rem;
|
||||
right: 2rem;
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user