Fix figure color

main
Elnu 1 year ago
parent bfe4d505cc
commit 8ba607cb73

@ -6,8 +6,7 @@
--ctp-latte-rosewater: #de9584;
--ctp-latte-rosewater-rgb: rgb(222, 149, 132);
--ctp-latte-rosewater-hsl: hsl(11, 58%, 69%);
--ctp-frappe-rosewater: #f2d5cf;
--ctp-latte-rosewater-hsl: hsl(11, 58%, 69%); --ctp-frappe-rosewater: #f2d5cf;
--ctp-frappe-rosewater-rgb: rgb(242, 213, 207);
--ctp-frappe-rosewater-hsl: hsl(10, 57%, 88%);
--ctp-macchiato-rosewater: #f4dbd6;
@ -410,6 +409,8 @@
--link: var(--gb-dm-light-purple);
--figure: #282828;
/* Catppuccin theme colors */
--foreground-dim: var(--ctp-mocha-overlay1);
@ -439,6 +440,8 @@
--link: var(--ctp-mocha-rosewater);
--heading-rule-color: var(--ctp-mocha-surface0);
--figure: var(--ctp-mocha-surface0);
}
html, body {
@ -579,7 +582,7 @@ figure a {
}
figure {
background: #282828;
background: var(--figure);
padding: var(--gap);
padding-bottom: 0;
margin: 0;

Loading…
Cancel
Save