Skip to content

Commit

Permalink
Display: Add base styles for content loaded in frame - refs BT#21580
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed May 14, 2024
1 parent cf13585 commit dea646a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions assets/css/legacy/frameReadyLoader.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
:root {
Expand Down Expand Up @@ -35,4 +37,18 @@
}
}

@import "../scss/settings/typography";

@import "../scss/libs/mediaelementjs/styles";

body {
@apply prose max-w-none space-y-4
prose-h1:text-h1
prose-h2:text-h2
prose-h3:text-h3
prose-h4:text-h4
prose-h5:text-h5
prose-h6:text-h6
prose-img:inline-block prose-img:my-2
;
}

0 comments on commit dea646a

Please sign in to comment.