Skip to content

Commit

Permalink
Update Thank you page dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Apr 14, 2020
1 parent 488fe6f commit d539bdb
Show file tree
Hide file tree
Showing 9 changed files with 236 additions and 7 deletions.
10 changes: 10 additions & 0 deletions sagan-client/src/css/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 297,10 @@ body.dark {
background: linear-gradient(90deg, $dark-border-color 50%, #81ea6f 0);
}

&#thankyou #hero {
background: linear-gradient(90deg, $dark-border-color 50%, #81ea6f 0);
}

.cornell .diagram-container {
background: $dark-highlight-background;
}
Expand Down Expand Up @@ -466,6 470,7 @@ body.dark {

.recommend-col-header h2 {
color: $dark-highlight-color;

strong {
color: $dark-color;
}
Expand Down Expand Up @@ -493,5 498,10 @@ body.dark {
&#blog article {
border-color: $dark-border-color;
}

&#thankyou .item {
border-color: $dark-border-color;
}

@import 'prettify';
}
92 changes: 92 additions & 0 deletions sagan-client/src/images/gradle-enterprise-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions sagan-client/src/images/logo-browserstack-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d539bdb

Please sign in to comment.