Revert "Add simple dark mode styling"

This commit is contained in:
thePR0M3TH3AN
2025-07-23 08:24:43 -04:00
committed by GitHub
parent 08f496e1e6
commit 8b180b8d9a
2 changed files with 2 additions and 76 deletions

View File

@@ -6,9 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SeedPass - Secure Password Manager</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./simple-dark.css">
<!-- Relative path to style sheets -->
<link rel="stylesheet" href="./style.css">
<!-- Relative path to style.css -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome for Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer"/>