Skip to content

Commit

Permalink
Light-Wireframe loads on all browsers. Init
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanR712 committed Jul 24, 2024
1 parent 5841a38 commit 9d40318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CSS/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author James Oswald
*/

[data-theme="Light-Wireframe"] {
:root {
--global-background : #ffffff;
--p-text : #000000;
--canvas-bg : #ffffff;
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<p>Theme:</p>
</div>
<select id="theme-select" name="theme-select" data-choose-theme>
<option value="Light-Wireframe">Light-Wireframe</option>
<option value="">Light-Wireframe</option>
<option value="Dark-Wireframe">Dark-Wireframe</option>
<option value="Light-Colorblind">Light-Colorblind</option>
<option value="Dark-Colorblind">Dark-Colorblind</option>
Expand Down

0 comments on commit 9d40318

Please sign in to comment.