Skip to content

Commit 139c9df

Browse files
committed
Style tweaks for mobile night mode.
1 parent 9ce7f04 commit 139c9df

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

assets/themes/dark.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/sass/colors_dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "colors";
22

33
// base colors:
4-
$theme-color: desaturate(darken($theme-color, 20), 22);
4+
$theme-color: desaturate(darken($theme-color, 18), 20);
55
$base-color: mix(#808080, darken($theme-color, 20), 90);
66

77
// core colors:

dev/sass/mobile.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
> .container > .app {
1717
display: block;
1818
position:relative;
19-
background: $lightest;
19+
background: $doc-lightest;
2020

2121

2222
> .doc {
@@ -31,7 +31,7 @@
3131
width: 100%;
3232
height: 100%;
3333
position: fixed;
34-
background: rgba($lighter, 0.5);
34+
background: rgba($doc-lighter, 0.5);
3535
z-index: 10;
3636
}
3737

dev/sass/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ html, body {
5959
color: $white;
6060
user-select: none;
6161
cursor: default;
62-
62+
6363
// This shouldn't be necessary if everything is working correctly
6464
// overflow: hidden;
6565

0 commit comments

Comments
 (0)