aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/static
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-25 17:34:08 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-25 17:34:08 +0200
commit49e7e7d555a6cd9810d81561fa3e98e3d64502be (patch)
tree3acce03eb969fb81b13ba8ad5cae1d8df04b4632 /themes/simple/static
parentb213d6a9c69b2de4486d923d5279f6e41ba0742b (diff)
downloadmitjafelicijan.com-49e7e7d555a6cd9810d81561fa3e98e3d64502be.tar.gz
Fixed styling
Diffstat (limited to 'themes/simple/static')
-rw-r--r--themes/simple/static/css/tailwind.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css
index cbcd724..53d8798 100644
--- a/themes/simple/static/css/tailwind.css
+++ b/themes/simple/static/css/tailwind.css
@@ -46,7 +46,7 @@ article.single p {
46 46
47/* Links */ 47/* Links */
48article.single a { 48article.single a {
49 @apply underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100; 49 @apply underline-offset-2 underline hover:bg-yellow-100;
50} 50}
51 51
52/* Blockquote */ 52/* Blockquote */