From 8ccc47294e213c44139d90e4971a6ae40ff4a74a Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:27:58 +0100 Subject: Refactor CSS imports and remove unused styles --- assets/css/markup/_render-heading.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 assets/css/markup/_render-heading.scss (limited to 'assets/css/markup/_render-heading.scss') diff --git a/assets/css/markup/_render-heading.scss b/assets/css/markup/_render-heading.scss new file mode 100644 index 0000000..4fa23a8 --- /dev/null +++ b/assets/css/markup/_render-heading.scss @@ -0,0 +1,13 @@ +main { + h1, h2, h3, h4, h5, h6 { + a { + color: var(--accent-1); + font-weight: 900; + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + } +} \ No newline at end of file -- cgit v1.3