Made the layout look like a terminal

This commit is contained in:
2025-10-25 22:05:34 +01:00
parent 4c92798f58
commit d1d66e4b7a
3 changed files with 19 additions and 36 deletions

View File

@@ -14,9 +14,11 @@ footer {
background: black;
}
h1 {
text-decoration: underline;
font-size: 20px;
}
ul {
list-style-type: none;
}
#footer-links {
margin: 0px;
padding: 5px;
@@ -59,7 +61,7 @@ a {
color: var(--accent);
}
a:hover {
text-decoration: bold;
font-weight: bold;
color: var(--accent2);
}