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