This commit is contained in:
Raphael Rees 2022-12-12 10:45:34 +01:00
commit 7b55c056e6

View file

@ -9,10 +9,12 @@
background-color:rgb(245, 228, 208); background-color:rgb(245, 228, 208);
} }
nav a { color: rgb(243, 198, 142); nav a {
color: rgb(243, 198, 142);
text-decoration: none;} text-decoration: none;}
a {} a {color: black;
text-decoration: none;}
footer { footer {
position: absolute; position: absolute;
@ -41,4 +43,4 @@ body{
letter-spacing: 0; ; letter-spacing: 0; ;
} }
nav a:hover {font-weight: bold;} a:hover {font-weight: bold;}