aboutsummaryrefslogtreecommitdiff
path: root/themes/simple
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple')
-rw-r--r--themes/simple/static/css/tailwind.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css
index 199f1c6..edbb0ab 100644
--- a/themes/simple/static/css/tailwind.css
+++ b/themes/simple/static/css/tailwind.css
@@ -2,6 +2,8 @@
2@tailwind components; 2@tailwind components;
3@tailwind utilities; 3@tailwind utilities;
4 4
5* { cursor: url(/general/9front-cursor.png), auto; }
6
5/* Container */ 7/* Container */
6.container-blog { 8.container-blog {
7 max-width: 700px; 9 max-width: 700px;