hic-et-nunc/assets/css/style.css

57 lines
741 B
CSS
Raw Permalink Normal View History

2026-04-15 20:17:12 +02:00
* {
--main-font: sans-serif;
--font-size-L: 11vw;
--text-color: black;
2026-04-15 18:58:25 +02:00
}
2026-04-15 20:17:12 +02:00
body {
font-family: var(--main-font);
2026-04-15 18:58:25 +02:00
}
2026-04-15 20:17:12 +02:00
h1 {
font-weight: normal;
line-height: inherit;
margin: 0;
2026-04-15 18:58:25 +02:00
}
2026-04-15 20:17:12 +02:00
a {
color: var(--text-color);
2026-04-15 18:58:25 +02:00
}
/* menu */
2026-04-15 20:17:12 +02:00
menu {
margin: 0;
padding: 0;
list-style: none;
2026-04-15 18:58:25 +02:00
}
2026-04-15 20:17:12 +02:00
menu li a {
font-size: var(--font-size-L);
list-style: none;
text-decoration: none;
text-transform: initial;
2026-04-15 18:58:25 +02:00
}
2026-04-15 20:17:12 +02:00
[data-template="home"] menu li .menu-item-home {
text-decoration: underline;
2026-04-15 18:58:25 +02:00
}
2026-04-15 20:17:12 +02:00
.projects menu li .menu-item-projects {
text-decoration: underline;
2026-04-15 18:58:25 +02:00
}
2026-04-15 20:17:12 +02:00
.about menu li .menu-item-about {
text-decoration: underline;
2026-04-15 18:58:25 +02:00
}
/* HOME */
2026-04-15 20:17:12 +02:00
[data-template="home"] h1 {
font-size: var(--font-size-L);
2026-04-15 18:58:25 +02:00
}
/* PROJECTS */
/* ABOUT */