This commit is contained in:
isUnknown 2026-04-15 20:17:12 +02:00
parent d4be54dfe2
commit 1dd4060314
14 changed files with 151 additions and 148 deletions

View file

@ -1,60 +1,56 @@
*{
--main-font: sans-serif;
--font-size-L: 11vw;
--text-color: black;
* {
--main-font: sans-serif;
--font-size-L: 11vw;
--text-color: black;
}
body{
font-family: var(--main-font);
body {
font-family: var(--main-font);
}
h1{
font-weight: normal;
line-height: inherit;
margin: 0;
h1 {
font-weight: normal;
line-height: inherit;
margin: 0;
}
a{
color: var(--text-color);
a {
color: var(--text-color);
}
/* menu */
menu{
margin: 0;
padding: 0;
list-style: none;
menu {
margin: 0;
padding: 0;
list-style: none;
}
menu li a{
font-size: var(--font-size-L);
list-style: none;
text-decoration: none;
text-transform: initial;
menu li a {
font-size: var(--font-size-L);
list-style: none;
text-decoration: none;
text-transform: initial;
}
.home menu li .menu-item-home{
text-decoration: underline;
[data-template="home"] menu li .menu-item-home {
text-decoration: underline;
}
.projects menu li .menu-item-projects{
text-decoration: underline;
.projects menu li .menu-item-projects {
text-decoration: underline;
}
.about menu li .menu-item-about{
text-decoration: underline;
.about menu li .menu-item-about {
text-decoration: underline;
}
/* HOME */
.home h1{
font-size: var(--font-size-L);
[data-template="home"] h1 {
font-size: var(--font-size-L);
}
/* PROJECTS */
/* ABOUT */