diff --git a/themes/tegakituesday.com/static/css/style.css b/themes/tegakituesday.com/static/css/style.css index 60c2307..2467c55 100644 --- a/themes/tegakituesday.com/static/css/style.css +++ b/themes/tegakituesday.com/static/css/style.css @@ -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;