add colors to links

This commit is contained in:
chakr 2023-02-20 23:24:22 -05:00
parent d89e4bd0e7
commit f81da9ecf7
1 changed files with 9 additions and 1 deletions

View File

@ -18,6 +18,10 @@
width: 100%;
}
a {
color: black;
}
/* Style the top navigation bar */
nav {
display: flex;
@ -87,6 +91,11 @@
width: 100%;
}
a {
color: #ddd;
}
/* Style the top navigation bar */
nav {
display: flex;
@ -130,7 +139,6 @@
/* Footer */
footer {
padding: 10px;
text-align: center;
background: #111;
position: fixed;