Changed web color
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
public/
|
||||||
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
@@ -15,7 +15,7 @@
|
|||||||
--color-text: #111827;
|
--color-text: #111827;
|
||||||
--color-text-muted: #6b7280;
|
--color-text-muted: #6b7280;
|
||||||
--color-border: #e5e7eb;
|
--color-border: #e5e7eb;
|
||||||
--color-accent: #a855f7;
|
--color-accent: #555555;
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme="dark"] {
|
html[data-theme="dark"] {
|
||||||
@@ -25,7 +25,7 @@ html[data-theme="dark"] {
|
|||||||
--color-text: #f9fafb;
|
--color-text: #f9fafb;
|
||||||
--color-text-muted: #9ca3af;
|
--color-text-muted: #9ca3af;
|
||||||
--color-border: #27272a;
|
--color-border: #27272a;
|
||||||
--color-accent: #c084fc;
|
--color-accent: #555555;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Base Styles */
|
/* Base Styles */
|
||||||
|
|||||||
@@ -118,7 +118,7 @@
|
|||||||
--tw-contain-style: ;
|
--tw-contain-style: ;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */
|
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
||||||
@@ -746,10 +746,6 @@ video {
|
|||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.invisible {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.collapse {
|
.collapse {
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
@@ -1193,10 +1189,6 @@ video {
|
|||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
.underline {
|
|
||||||
text-decoration-line: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.antialiased {
|
.antialiased {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
@@ -1242,7 +1234,7 @@ video {
|
|||||||
--color-text: #111827;
|
--color-text: #111827;
|
||||||
--color-text-muted: #6b7280;
|
--color-text-muted: #6b7280;
|
||||||
--color-border: #e5e7eb;
|
--color-border: #e5e7eb;
|
||||||
--color-accent: #a855f7;
|
--color-accent: #555555;
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme="dark"] {
|
html[data-theme="dark"] {
|
||||||
@@ -1253,7 +1245,7 @@ html[data-theme="dark"] {
|
|||||||
--color-text: #f9fafb;
|
--color-text: #f9fafb;
|
||||||
--color-text-muted: #9ca3af;
|
--color-text-muted: #9ca3af;
|
||||||
--color-border: #27272a;
|
--color-border: #27272a;
|
||||||
--color-accent: #c084fc;
|
--color-accent: #555555;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Base Styles */
|
/* Base Styles */
|
||||||
|
|||||||
Reference in New Issue
Block a user