Made the layout look like a terminal
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user