Skip to content

Commit

Permalink
update fe_page and css fix for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph authored and [email protected] committed Jan 11, 2021
1 parent c106b60 commit 51f6912
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Resources/contao/templates/frontend/fe_page_nature.html5
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<meta name="description" content="<?= $this->description ?>">
<meta name="generator" content="Contao Open Source CMS">

<style>
#wrapper { display: none; }
</style>

<?= $this->viewport ?>

<meta property="og:title" content="<?php echo $this->pageTitle; ?> - <?php echo $this->mainTitle; ?>" />
Expand Down
6 changes: 6 additions & 0 deletions src/Resources/public/scss/color_schemes/nature_dark_mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -475,4 +475,10 @@ $darkMode_input-focus-border-color: $grey-darker;
}
}

@media screen and (min-width: 1024px) {
.color-scheme-dark-mode .navbar-dropdown.level_3 {
background: $black-ter;
}
}

}

0 comments on commit 51f6912

Please sign in to comment.