From b097ad035a089076b6cf1f1e9c7f648439d9b073 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 3 Jul 2023 01:38:05 +0200 Subject: Bunch of CSS improvements --- themes/simple/static/css/tailwind.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'themes/simple/static/css') diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css index 7d04496..9de02d7 100644 --- a/themes/simple/static/css/tailwind.css +++ b/themes/simple/static/css/tailwind.css @@ -2,7 +2,7 @@ @tailwind components; @tailwind utilities; -/* * { cursor: url(/general/9front-cursor.png), auto; } */ +* { cursor: url(/general/9front-cursor.png), auto; } /* Container */ .container-blog { @@ -11,11 +11,11 @@ /* User text selection */ ::selection { - @apply bg-yellow-100 text-black; + @apply bg-yellow-200 text-black; } ::-moz-selection { - @apply bg-yellow-100 text-black; + @apply bg-yellow-200 text-black; } /* Helpers */ @@ -52,7 +52,7 @@ article.single p { /* Links */ article.single a { - @apply underline-offset-2 underline hover:bg-yellow-100; + @apply underline-offset-2 underline; } /* Blockquote */ @@ -94,7 +94,7 @@ article.single audio { /* Code */ article.single code { - @apply bg-yellow-100 rounded px-2 py-1 text-xs font-medium; + @apply bg-yellow-200 rounded px-2 py-1 text-xs font-medium; } article.single.note code { -- cgit v1.2.3