diff --git a/css/text.css b/css/text.css index e2d934a..91b74f8 100644 --- a/css/text.css +++ b/css/text.css @@ -5,11 +5,15 @@ list-style: none; line-height: 1.55; font-size: x-large; - font-family: Georgia, 'Times New Roman', Times, serif; - background-color:bisque - + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + background-color:rgb(245, 228, 208); } +nav a { color: rgb(243, 198, 142); + text-decoration: none;} + +a {} + footer { position: absolute; bottom: 0;