lipu-sona/static/tokipona/xstyle.css.h

25 lines
400 B
C
Raw Normal View History

2020-05-14 13:31:38 +03:00
.header {
background: #f5ee9b;
color: #404a68;
}
@media screen and (min-width: 480px) {
.header_image {
min-height: 96pt;
background-image: url("tokipona_banner.gif");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
image-rendering: pixelated;
2020-05-14 13:31:38 +03:00
image-rendering: crisp-edges;
}
.header_text {
background: rgba(245,238,155,0.75);
}
}