45
1
Fork 0

Pushing final design for media.ccc.de conference subsite

This commit is contained in:
Niklas 2025-07-07 16:51:13 +00:00
parent cf92e10a08
commit e84c950669

View file

@ -0,0 +1,50 @@
@font-face {
font-family: 'Retro Floral';
src: url('http://localhost:3000/assets/retro-floral.regular.ttf') format('truetype');
}
@font-face {
font-family: 'Retro Floral';
src: url('http://localhost:3000/assets/retro-floral.regular.otf') format('opentype');
}
:root {
--color-text-light: #000000;
--color-text-dark: #FFFFFF;
--color-background-dark: #001C21;
--font-heading: "Retro Floral", sans-serif;
}
html, .light {
--text-primary: var(--color-text-light);
}
.navbar-brand img {
content: url('https://static.media.ccc.de/media/events/hackover2025/voctocat-header.png');
}
h1, h2 {
font-weight: 700;
}
@media (prefers-color-scheme: dark) {
html {
--text-primary: var(--color-text-dark);
--text-heading: var(--color-text-dark);
--surface-50: #001C21;
}
body.page-list .events-header .logo {
background: none;
}
.thumbnail {
background: none;
}
}
.dark {
--text-primary: var(--color-text-dark);
--text-heading: var(--color-text-dark);
--surface-50: #001C21;
}