Skip to content

Commit 2ae3692

Browse files
Lupe CamachoLupe Camacho
Lupe Camacho
authored and
Lupe Camacho
committed
Update some colors in dark and light modes
1 parent 5be3995 commit 2ae3692

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/.vuepress/theme/components/RightBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default {
7272
.sidebar-link {
7373
@apply mx-0 px-0 border-0 pr-4;
7474
color: var(--sidebar-link-color);
75-
opacity: 0.6;
75+
opacity: 0.7;
7676
7777
&:hover {
7878
@apply text-blue opacity-100;

docs/.vuepress/theme/styles/color-mode.pcss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
--dl-color: rgba(0, 0, 0, 0.2);
3333
--medium-zoom-overlay-color: rgba(23, 29, 40, 1);
3434
--heading-color: theme("colors.gray.100");
35-
--sidebar-link-color: theme("colors.gray.500");
35+
--sidebar-link-color: theme("colors.gray.400");
3636
--hamburger-color: theme("colors.white");
3737
--tooltip-bg-color: theme("colors.gray.800");
3838
--border-color: theme("colors.slate");
@@ -46,14 +46,15 @@
4646
background-color: var(--border-color);
4747
border-color: rgba(255, 255, 255, 0.05);
4848

49-
.subtitle {
50-
color: rgba(255, 255, 255, 0.4);
49+
.subtitle,
50+
.version {
51+
color: rgba(255, 255, 255, 0.52);
5152
}
5253
}
5354

5455
.icon-link {
5556
.text-slate {
56-
color: rgba(255, 255, 255, 0.4);
57+
color: rgba(255, 255, 255, 0.52);
5758
}
5859
}
5960

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
red: "#da5a47",
2222
cinder: "#131119",
2323
green: "#27AB83",
24-
"light-slate": "#718096"
24+
"light-slate": "#66778A"
2525
},
2626
width: {
2727
80: "20rem"

0 commit comments

Comments
 (0)