CSS formatted
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 16s
Build Zola Website / build (pull_request) Successful in 23s

This commit is contained in:
Filip Rojek 2024-10-14 17:15:08 +02:00
parent 7f23f234cd
commit a95f13943f
5 changed files with 26 additions and 33 deletions

View File

@ -11,6 +11,5 @@
p {
text-align: justify;
}
}

View File

@ -26,3 +26,4 @@
color: var(--color);
}
}

View File

@ -56,15 +56,12 @@ nav {
}
}
a {
color: lightblue;
cursor: pointer;
text-decoration: underline;
}
//a { color: var(--color); }
//a:visited { color: var(--color); }
a:hover { color: var(--a-hover); }
@media (min-width: 400px) {
@ -74,11 +71,6 @@ a:hover { color: var(--a-hover); }
}
}
/*
.content {
padding: 2rem 1rem;
}
*/
footer {
display: flex;
width: 100vw;

View File

@ -12,3 +12,4 @@
--color: var(--c-white);
--background: var(--c-gray);
}