some styling changes

This commit is contained in:
Claire Schwarzer 2026-01-20 16:24:51 +01:00
parent 9c9e3b6c30
commit ac4e539f58

View file

@ -8,7 +8,10 @@
}
body {
font-family: 'Courier New', Courier, monospace;
font-family: monospace;
font-size: 1.1rem;
font-weight: 400;
background-color: rgb(36, 41, 46);
/* Footer Fix */
@ -170,7 +173,7 @@ body.light-mode footer a:hover {
footer p {
color: rgb(216, 216, 216);
text-decoration: none;
font-size: 14px;
font-size: 1rem;
justify-self: center;
}
body.light-mode footer p {
@ -205,7 +208,7 @@ main {
}
.home-container p {
margin-top: 2.5rem;
font-size: 1rem;
font-size: 1.1rem;
}
.home-container span {
color: #5865f2;
@ -323,7 +326,7 @@ body.light-mode .project p {
}
.project li {
margin: 0.5em;
font-size: 0.85rem;
font-size: 1rem;
color: rgb(216, 216, 216);
}
body.light-mode .project li {
@ -397,6 +400,7 @@ body.light-mode .skills-container h1 {
padding: 1rem;
background-color: #5660ca;
border-radius: 0.5rem;
font-weight: 600;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.skills-container li:hover {
@ -429,6 +433,7 @@ body.light-mode .contact-container h1 {
padding: 1rem;
background-color: #5660ca;
border-radius: 0.5rem;
font-weight: 600;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
text-decoration: none; align-items: center;
color: rgb(216, 216, 216);