forked from ruangrupa/lumbung.space
recolor lumbung kios and lumbung gallery cards
This commit is contained in:
@ -34,6 +34,9 @@
|
||||
--gallery-light: #FCF4B9;
|
||||
--gallery-dark: #846A00;
|
||||
|
||||
--kios-light: #F6D1BC;
|
||||
--kios-dark: #E05732;
|
||||
|
||||
--shouts-dark: #CB001D;
|
||||
--shouts-light: #FFD9DD;
|
||||
|
||||
@ -661,6 +664,41 @@ div.pen-source {
|
||||
color: var(--social-dark);
|
||||
}
|
||||
|
||||
/* gallery cards */
|
||||
.card.shout.lumbung-gallery {
|
||||
border-color: var(--gallery-dark);
|
||||
background-color: var(--gallery-light);
|
||||
color: var(--gallery-dark);
|
||||
}
|
||||
|
||||
.card.shout.lumbung-gallery h2 a {
|
||||
color: var(--gallery-dark);
|
||||
}
|
||||
|
||||
|
||||
.card.shout.lumbung-gallery .post-footer {
|
||||
background: var(--gallery-light);
|
||||
color: var(--gallery-dark);
|
||||
border-top: 2px solid;
|
||||
}
|
||||
|
||||
/* kios cards */
|
||||
.card.shout.lumbung-kios {
|
||||
border-color: var(--kios-dark);
|
||||
background-color: var(--kios-light);
|
||||
color: var(--kios-dark);
|
||||
}
|
||||
|
||||
.card.shout.lumbung-kios h2 a {
|
||||
color: var(--kios-dark);
|
||||
}
|
||||
|
||||
|
||||
.card.shout.lumbung-kios .post-footer {
|
||||
background: var(--kios-light);
|
||||
color: var(--kios-dark);
|
||||
border-top: 2px solid;
|
||||
}
|
||||
|
||||
/* calendar cards */
|
||||
|
||||
|
Reference in New Issue
Block a user