Compare commits

..

No commits in common. "a2eceade03ae1d40d3d00e89223482530b317d9e" and "c1b9ee1a6d19824b49c780ce335412b1229f054e" have entirely different histories.

View file

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