diff --git a/about.html b/about.html index 1c5f18c..f28322c 100644 --- a/about.html +++ b/about.html @@ -18,7 +18,6 @@ margin: 0; padding: 0; background-color: #f4f4f4; - color: #333; } .container { width: 80%; @@ -27,6 +26,7 @@ background: #282828; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border-radius: 8px; + color: white; } h1, h2 { text-align: center; @@ -55,6 +55,7 @@ .banner h1 { margin: 0; font-size: 2em; + color: beige; } .section { margin: 20px 0; @@ -72,6 +73,9 @@ flex: 1; text-align: center; } + .card p{ + color: black; + } .footer-content { display: flex; justify-content: space-between; @@ -116,6 +120,15 @@ #nav-top:hover { background: #3498DB; } + .title{ + color: white; + } + .container h2{ + color: beige; + } + .dark-theme .card h3{ + color: black; + } diff --git a/learn.html b/learn.html index a29d47a..7f9b04e 100644 --- a/learn.html +++ b/learn.html @@ -80,10 +80,10 @@