diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/index.html b/index.html index 7c95ef8..60da41e 100644 --- a/index.html +++ b/index.html @@ -40,13 +40,13 @@
  • Pricing
  • Resources
  • - Sign inSignIn
  • - Sign upSignUp
  • @@ -355,23 +355,25 @@

    Resources

    > + diff --git a/style.css b/style.css index 3669108..f0bde83 100644 --- a/style.css +++ b/style.css @@ -654,3 +654,11 @@ button { background: linear-gradient(270deg, #e4f1ff, #cce5ff); color: var(--accent-color); } + +#nav-links.active { + display: block; +} +.dark-theme { + background-color: #333; + color: #fff; +} \ No newline at end of file