Skip to content

Commit

Permalink
Cancel display changes in dark mode
Browse files Browse the repository at this point in the history
Removing css changes except for color changes
  • Loading branch information
NHLOCAL committed Sep 6, 2024
1 parent 645be4d commit 39d7c90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,12 +452,8 @@ footer .content {
}

body.dark-mode {
font-family: 'Roboto', sans-serif;
background-color: #333;
color: white;
padding: 50px;
padding-bottom: 10px;
line-height: 1.5;
}

body.dark-mode .header, body.dark-mode .footer,body.dark-mode footer, body.dark-mode .footer-section h3,body.dark-mode .footer-section,body.dark-mode .year-nav,body.dark-mode .year-nav a,body.dark-mode .year,body.dark-mode .event:hover{
Expand Down

0 comments on commit 39d7c90

Please sign in to comment.