add colors to links
This commit is contained in:
parent
d89e4bd0e7
commit
f81da9ecf7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue