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 { p {
text-align: justify; text-align: justify;
} }
} }

View File

@ -19,11 +19,11 @@
} }
} }
code { code {
font-size: 1rem; font-size: 1rem;
} }
ul { ul {
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
@ -38,5 +38,5 @@
left: 0; left: 0;
color:white; color:white;
} }
} }

View File

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

View File

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

View File

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