adds a dropdown menu for colour schemes and a dark mode

This commit is contained in:
Rosia E Evans 2024-05-16 18:09:45 +01:00
parent f1c77852d2
commit 5c619f8fa4
11 changed files with 651 additions and 156 deletions

View file

@ -1,7 +1,9 @@
<html>
<head>
<link id="colors" rel="stylesheet" href="colors.css">
<link rel="stylesheet" href="effects.css">
<link rel="stylesheet" href="Wireframe.css">
<script src="colorThemes.js"></script>
<title>Rosia Evans Homepage and Blog</Title>
<link rel="icon" href="willow.ico" type="image/x-icon"/>
</head>
@ -23,6 +25,14 @@
<a href="https://github.com/Wil-Ro">Github</a>
<a href="CV.pdf">CV</a>
</div>
<h2 id="contactsHeader"> Page Settings: </h2>
<div>
<select id="pageColor" onchange="updateColor()">
<option value="lightColors.css">Light</option>
<option value="darkColors.css">Dark/Low Contrast</option>
</select>
</div>
</nav>
<article>
</article>