summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/css/compiled
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/assets/css/compiled')
-rw-r--r--themes/blowfish/assets/css/compiled/main.css26
1 files changed, 24 insertions, 2 deletions
diff --git a/themes/blowfish/assets/css/compiled/main.css b/themes/blowfish/assets/css/compiled/main.css
index 3936000..d82a51b 100644
--- a/themes/blowfish/assets/css/compiled/main.css
+++ b/themes/blowfish/assets/css/compiled/main.css
@@ -14,7 +14,7 @@ body.zen-mode-enable {
}
}
-/*! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com */
+/*! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
@@ -1121,7 +1121,6 @@ select {
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
width:100%;
table-layout:auto;
- text-align:start;
margin-top:2em;
margin-bottom:2em;
font-size:0.875em;
@@ -1164,6 +1163,10 @@ select {
vertical-align:top
}
+.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
+ text-align:start
+}
+
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top:0;
margin-bottom:0
@@ -3163,6 +3166,13 @@ body button {
width:1em
}
+/* Scale SVG logos to appropriate size */
+
+.logo svg {
+ height:5rem;
+ width:5rem
+}
+
/* Search */
#search-query::-webkit-search-cancel-button,
@@ -3346,6 +3356,14 @@ code {
/* Renamed property in CSS3 draft spec */
}
+/* Fix long URLs breaking out of article bounds on mobile */
+
+a {
+ word-break: break-word;
+ word-wrap: break-word;
+ overflow-wrap: break-word;
+}
+
/* -- Chroma Highlight -- */
/* Background */
@@ -5339,6 +5357,10 @@ pre {
left:0px
}
+ .lg\:top-10 {
+ top:2.5rem
+ }
+
.lg\:top-\[140px\] {
top:140px
}