Skip to content

Commit

Permalink
change dark mode moon, adapt colors
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
mowies committed Oct 17, 2024
1 parent 9ad90e5 commit 0b43b47
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 14 deletions.
38 changes: 25 additions & 13 deletions docs/assets/images/moon-gradient-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion docs/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ body {
margin: 0;
}

[data-md-color-scheme="slate"] .tx-hero h1 {
background: #D9D9D9DE;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
font-size: 4rem;
margin: 0;
}

.hero-subtitle {
font-size: 1.25rem;
font-weight: 300;
Expand Down Expand Up @@ -270,7 +280,6 @@ body {
flex-shrink: 0;
border-radius: 0.2rem;
box-shadow: var(--md-shadow-z2);
width: 25rem;
max-width: 100%;
}

Expand Down

0 comments on commit 0b43b47

Please sign in to comment.