mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Introduce darkmode theme (#1969)
This commit introduces a new more relaxed theme, the dark theme! In addition, the theme can now be selected according to the system defaults. And the other themes, as well as the general structure were unified/simplified. Co-authored-by: Philipp Ahrendt <philipp.ahrendt@cloudogu.com> Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com> Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com> Co-authored-by: Matthias Thieroff <matthias.thieroff@cloudogu.com>
This commit is contained in:
@@ -42,7 +42,7 @@ type Props = {
|
||||
};
|
||||
|
||||
const HeaderWrapper = styled.div`
|
||||
border-bottom: solid 1px #dbdbdb;
|
||||
border-bottom: 1px solid var(--scm-border-color);
|
||||
font-size: 1.25em;
|
||||
font-weight: 300;
|
||||
line-height: 1.25;
|
||||
@@ -50,7 +50,7 @@ const HeaderWrapper = styled.div`
|
||||
`;
|
||||
|
||||
const BorderBottom = styled.div`
|
||||
border-bottom: solid 1px #dbdbdb;
|
||||
border-bottom: 1px solid var(--scm-border-color);
|
||||
`;
|
||||
|
||||
const FullWidthTitleHeader = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user