Files
hydrogen/themes/default/static/css/theme.css
2025-06-17 13:46:08 +03:00

32 lines
697 B
CSS

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.top_header {
position: relative;
height: 150px;
background: rgb(70, 70, 124);
overflow: hidden;
object-fit: cover;
}
.top_header_text {
position: absolute;
bottom: 0;
left: 0;
color: rgba(255,255,255,0.75);
font-weight: bold;
font-size: 1em;
line-height: 2em;
background: rgba(0, 0, 0, 0.75);
width: 100%;
text-decoration: none;
}
article {
font-size: 1.1rem;
line-height: 1.6;
}