Skip to content

Commit 9b4c203

Browse files
feat: update boxmux version to 0.182.31184, adjust muted color variables in CSS, and modify code color in Tailwind configuration
1 parent 521dc99 commit 9b4c203

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ license = "MIT"
9191
name = "boxmux"
9292
readme = "README.md"
9393
repository = "https://github.com/jowharshamshiri/boxmux"
94-
version = "0.182.31184"
94+
version = "0.183.31190"
9595

9696
[package.metadata.deb]
9797
assets = [["target/release/boxmux", "usr/bin/", "755"], ["README.md", "usr/share/doc/boxmux/README", "644"], ["examples/*", "usr/share/doc/boxmux/examples/", "644"]]

docs/src/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
--primary-foreground: 222.2 47.4% 11.2%;
3737
--secondary: 217.2 32.6% 17.5%;
3838
--secondary-foreground: 210 40% 98%;
39-
--muted: 217.2 32.6% 17.5%;
40-
--muted-foreground: 215 20.2% 65.1%;
39+
--muted: 217.2 32.6% 12%;
40+
--muted-foreground: 215 20.2% 85%;
4141
--accent: 217.2 32.6% 17.5%;
4242
--accent-foreground: 210 40% 98%;
4343
--destructive: 0 62.8% 30.6%;

docs/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const config: Config = {
8686
'pre code': {
8787
backgroundColor: 'transparent',
8888
padding: '0',
89-
color: 'hsl(var(--foreground))',
89+
color: 'hsl(var(--muted-foreground))',
9090
fontSize: '0.875rem',
9191
lineHeight: '1.7142857'
9292
},

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.182.31184
1+
0.183.31190

0 commit comments

Comments
 (0)