Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
a5e441b6
Commit
a5e441b6
authored
Aug 05, 2025
by
johnnyjoy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: tweak dark mdoe styles
parent
3427ae75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
whitewall.css
web/src/themes/whitewall.css
+19
-3
No files found.
web/src/themes/whitewall.css
View file @
a5e441b6
...
@@ -66,8 +66,8 @@
...
@@ -66,8 +66,8 @@
--accent-foreground
:
oklch
(
0.9
0.01
270
);
--accent-foreground
:
oklch
(
0.9
0.01
270
);
--destructive
:
oklch
(
0.6
0.15
25
);
--destructive
:
oklch
(
0.6
0.15
25
);
--destructive-foreground
:
oklch
(
1
0
0
);
--destructive-foreground
:
oklch
(
1
0
0
);
--border
:
oklch
(
0.
2
0.015
270
);
--border
:
oklch
(
0.
35
0.02
270
);
--input
:
oklch
(
0.
25
0.02
270
);
--input
:
oklch
(
0.
4
0.025
270
);
--ring
:
oklch
(
0.65
0.12
250
);
--ring
:
oklch
(
0.65
0.12
250
);
--chart-1
:
oklch
(
0.7
0.15
30
);
--chart-1
:
oklch
(
0.7
0.15
30
);
--chart-2
:
oklch
(
0.7
0.15
260
);
--chart-2
:
oklch
(
0.7
0.15
260
);
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
--sidebar-primary-foreground
:
oklch
(
0.08
0.005
270
);
--sidebar-primary-foreground
:
oklch
(
0.08
0.005
270
);
--sidebar-accent
:
oklch
(
0.18
0.015
270
);
--sidebar-accent
:
oklch
(
0.18
0.015
270
);
--sidebar-accent-foreground
:
oklch
(
0.9
0.01
270
);
--sidebar-accent-foreground
:
oklch
(
0.9
0.01
270
);
--sidebar-border
:
oklch
(
0.
2
0.015
270
);
--sidebar-border
:
oklch
(
0.
35
0.02
270
);
--sidebar-ring
:
oklch
(
0.65
0.12
250
);
--sidebar-ring
:
oklch
(
0.65
0.12
250
);
--font-sans
:
--font-sans
:
ui-sans-serif
,
system-ui
,
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
"Noto Sans"
,
sans-serif
,
ui-sans-serif
,
system-ui
,
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
"Noto Sans"
,
sans-serif
,
...
@@ -98,6 +98,22 @@
...
@@ -98,6 +98,22 @@
--shadow-2xl
:
0
1px
3px
0px
hsl
(
0
0%
0%
/
0.25
);
--shadow-2xl
:
0
1px
3px
0px
hsl
(
0
0%
0%
/
0.25
);
}
}
/* Enhanced checkbox visibility for dark mode */
.dark
[
data-slot
=
"checkbox"
]
{
border-color
:
oklch
(
0.5
0.03
270
);
background-color
:
oklch
(
0.15
0.01
270
);
}
.dark
[
data-slot
=
"checkbox"
]
:hover
{
border-color
:
oklch
(
0.6
0.05
270
);
background-color
:
oklch
(
0.2
0.015
270
);
}
.dark
[
data-slot
=
"checkbox"
][
data-state
=
"checked"
]
{
background-color
:
var
(
--primary
);
border-color
:
var
(
--primary
);
}
@theme
inline
{
@theme
inline
{
--color-background
:
var
(
--background
);
--color-background
:
var
(
--background
);
--color-foreground
:
var
(
--foreground
);
--color-foreground
:
var
(
--foreground
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment