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