Compare commits
No commits in common. "a2eceade03ae1d40d3d00e89223482530b317d9e" and "c1b9ee1a6d19824b49c780ce335412b1229f054e" have entirely different histories.
a2eceade03
...
c1b9ee1a6d
1 changed files with 3 additions and 5 deletions
|
|
@ -9,12 +9,10 @@
|
|||
background-color:rgb(245, 228, 208);
|
||||
}
|
||||
|
||||
nav a {
|
||||
color: rgb(243, 198, 142);
|
||||
nav a { color: rgb(243, 198, 142);
|
||||
text-decoration: none;}
|
||||
|
||||
a {color: black;
|
||||
text-decoration: none;}
|
||||
a {}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
|
|
@ -43,4 +41,4 @@ body{
|
|||
letter-spacing: 0; ;
|
||||
}
|
||||
|
||||
a:hover {font-weight: bold;}
|
||||
nav a:hover {font-weight: bold;}
|
||||
|
|
|
|||
Loading…
Reference in a new issue