use non-transparent colors

pull/4089/head
Divyansh Singh 10 months ago
parent 3e9e657354
commit b3898fb24e

@ -174,15 +174,15 @@
* -------------------------------------------------------------------------- */
:root {
--vp-c-text-1: rgba(60, 60, 67);
--vp-c-text-2: rgba(60, 60, 67, 0.78);
--vp-c-text-3: rgba(60, 60, 67, 0.56);
--vp-c-text-1: #3c3c43;
--vp-c-text-2: #67676c;
--vp-c-text-3: #929295;
}
.dark {
--vp-c-text-1: rgba(255, 255, 245, 0.86);
--vp-c-text-2: rgba(235, 235, 245, 0.6);
--vp-c-text-3: rgba(235, 235, 245, 0.38);
--vp-c-text-1: #dfdfd6;
--vp-c-text-2: #98989f;
--vp-c-text-3: #6a6a71;
}
/**

Loading…
Cancel
Save