Skip to content

Commit

Permalink
Remove dark mode until completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay McKelly committed Mar 21, 2024
1 parent 3578dc8 commit c2beeee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion includes/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ function rootPath()
<!-- Styling -->
<link rel="stylesheet" href="<?php echo rootPath(); ?>styles/main.css?v=2">
<link id="style" rel="stylesheet" href="<?php echo rootPath(); ?>styles/orange_theme.css">
<script type="module" src="<?php echo rootPath(); ?>js/color-modes.js"></script>
<!-- dark mode! coming soon...I hope -->
<!-- <script type="module" src="<?php echo rootPath(); ?>js/color-modes.js"></script> -->
<!-- metadata for googlebot -->
<script type="application/ld+json">
{
Expand Down
7 changes: 0 additions & 7 deletions styles/orange_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ body {



/***** Nav (in /includes/nav.php) *****/
#mainNavRow {
background-color: #FEFDFB;
}



/***** Header (in /includes/nav.php) *****/
.headerImg {
background-image: url("../images/banners/circuit.jpg");
Expand Down

0 comments on commit c2beeee

Please sign in to comment.