Update to Hanami 2.1.0rc3
This commit is contained in:
@@ -1092,6 +1092,10 @@ video {
|
||||
grid-column-start: 2;
|
||||
}
|
||||
|
||||
.float-start {
|
||||
float: inline-start;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
@@ -1112,11 +1116,21 @@ video {
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
.mx-0 {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.mx-auto {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.my-0 {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.my-4 {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
@@ -1219,6 +1233,10 @@ video {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.mt-8 {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
@@ -1356,6 +1374,10 @@ video {
|
||||
min-width: 8rem;
|
||||
}
|
||||
|
||||
.max-w-32 {
|
||||
max-width: 8rem;
|
||||
}
|
||||
|
||||
.max-w-3xl {
|
||||
max-width: 48rem;
|
||||
}
|
||||
@@ -5680,9 +5702,9 @@ video {
|
||||
color: rgb(52 211 153 / 0.95);
|
||||
}
|
||||
|
||||
.text-fuchsia-200 {
|
||||
.text-fuchsia-900 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(245 208 254 / var(--tw-text-opacity));
|
||||
color: rgb(112 26 117 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-gray-100 {
|
||||
@@ -6462,12 +6484,6 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
||||
clip-path: url(#squircleClip);
|
||||
}
|
||||
|
||||
.status-body img {
|
||||
max-width: 8rem;
|
||||
border-radius: 0.25rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
:is(:where(.dark) .dark\:prose-invert) {
|
||||
--tw-prose-body: var(--tw-prose-invert-body);
|
||||
--tw-prose-headings: var(--tw-prose-invert-headings);
|
||||
@@ -14977,9 +14993,9 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
||||
color: rgb(52 211 153 / 0.95);
|
||||
}
|
||||
|
||||
:is(:where(.dark) .dark\:text-fuchsia-500) {
|
||||
:is(:where(.dark) .dark\:text-fuchsia-300) {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(217 70 239 / var(--tw-text-opacity));
|
||||
color: rgb(240 171 252 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
:is(:where(.dark) .dark\:text-gray-100) {
|
@@ -1,5 +1,3 @@
|
||||
import "../builds/tailwind.css";
|
||||
|
||||
import { md_gallery } from "./gallery.js";
|
||||
|
||||
(function() {
|
||||
|
Reference in New Issue
Block a user