Pushing final design for media.ccc.de conference subsite
This commit is contained in:
parent
cf92e10a08
commit
e84c950669
1 changed files with 50 additions and 0 deletions
50
2025/voc/voctoweb/custom.css
Normal file
50
2025/voc/voctoweb/custom.css
Normal 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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue