diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-03 01:38:05 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-03 01:38:05 +0200 |
| commit | b097ad035a089076b6cf1f1e9c7f648439d9b073 (patch) | |
| tree | 1d06a44f4d6ec551c67ed72a4b7136ae59602e8a /themes/simple/static/css | |
| parent | 71b7c639fa0b4ffe7425ec9bd6c3b0fef08b0028 (diff) | |
| download | mitjafelicijan.com-b097ad035a089076b6cf1f1e9c7f648439d9b073.tar.gz | |
Bunch of CSS improvements
Diffstat (limited to 'themes/simple/static/css')
| -rw-r--r-- | themes/simple/static/css/tailwind.css | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ | |||
| 2 | @tailwind components; | 2 | @tailwind components; |
| 3 | @tailwind utilities; | 3 | @tailwind utilities; |
| 4 | 4 | ||
| 5 | /* * { cursor: url(/general/9front-cursor.png), auto; } */ | 5 | * { cursor: url(/general/9front-cursor.png), auto; } |
| 6 | 6 | ||
| 7 | /* Container */ | 7 | /* Container */ |
| 8 | .container-blog { | 8 | .container-blog { |
| @@ -11,11 +11,11 @@ | |||
| 11 | 11 | ||
| 12 | /* User text selection */ | 12 | /* User text selection */ |
| 13 | ::selection { | 13 | ::selection { |
| 14 | @apply bg-yellow-100 text-black; | 14 | @apply bg-yellow-200 text-black; |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | ::-moz-selection { | 17 | ::-moz-selection { |
| 18 | @apply bg-yellow-100 text-black; | 18 | @apply bg-yellow-200 text-black; |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | /* Helpers */ | 21 | /* Helpers */ |
| @@ -52,7 +52,7 @@ article.single p { | |||
| 52 | 52 | ||
| 53 | /* Links */ | 53 | /* Links */ |
| 54 | article.single a { | 54 | article.single a { |
| 55 | @apply underline-offset-2 underline hover:bg-yellow-100; | 55 | @apply underline-offset-2 underline; |
| 56 | } | 56 | } |
| 57 | 57 | ||
| 58 | /* Blockquote */ | 58 | /* Blockquote */ |
| @@ -94,7 +94,7 @@ article.single audio { | |||
| 94 | 94 | ||
| 95 | /* Code */ | 95 | /* Code */ |
| 96 | article.single code { | 96 | article.single code { |
| 97 | @apply bg-yellow-100 rounded px-2 py-1 text-xs font-medium; | 97 | @apply bg-yellow-200 rounded px-2 py-1 text-xs font-medium; |
| 98 | } | 98 | } |
| 99 | 99 | ||
| 100 | article.single.note code { | 100 | article.single.note code { |
