Skip to content

Commit 124ab05

Browse files
committed
again try and fix dark mode;
1 parent 85984b4 commit 124ab05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: "yarn" # This handles the caching for you!
2424

2525
- name: Install dependencies
26-
run: yarn install --frozen-lockfile
26+
run: yarn install --immutable
2727

2828
- name: Setup Pages
2929
uses: actions/configure-pages@v4

src/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ $text-white: #fafafa;
4343
}
4444

4545

46+
47+
:global {
4648
:root[data-theme="light"] {
4749
--bg: #{$bg};
4850
--text-color: #{$text-black};
@@ -69,7 +71,6 @@ $text-white: #fafafa;
6971
}
7072

7173

72-
:global {
7374
// Global styles
7475
body, .container {
7576
font-family: 'Segoe UI', 'Arial', 'Helvetica', sans-serif;
@@ -107,7 +108,6 @@ ul {
107108

108109
li {
109110
margin-bottom: 0.5em;
110-
max-width: 75%;
111111
}
112112

113113
.flex-row {

0 commit comments

Comments
 (0)