From 8db3c544020c00f85a6d85ba61e3e137436104bb Mon Sep 17 00:00:00 2001 From: Nick Tchayka Date: Mon, 28 Aug 2023 19:02:09 +0100 Subject: update --- src/css/custom.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/css/custom.css') diff --git a/src/css/custom.css b/src/css/custom.css index 4537517..6eed942 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -6,18 +6,24 @@ @import url('https://fonts.googleapis.com/css2?family=Lexend+Mega:wght@900&family=Ubuntu&display=swap'); @tailwind base; + +@layer base { + code { + } +} + @tailwind components; @tailwind utilities; body { - background-color: theme('colors.background'); + /* background-color: theme('colors.background'); */ } h1, h2, h3, h4, h5, h6 { font-family: 'Lexend Mega', sans-serif; } -* { +p, li { font-family: 'Ubuntu', sans-serif; } -- cgit