rm inline styles + draft charcoal

This commit is contained in:
perennial
2024-10-03 02:23:43 +10:00
parent e38c001966
commit 049a0ffdec
3 changed files with 28 additions and 1 deletions
+13
View File
@@ -11869,5 +11869,18 @@ textarea.form-control-lg {
display: none !important;
}
}
/* [data-bs-theme="charcoal"] {
--bs-body-color: #f5f5f5;
--bs-body-color-rgb: rgb(245, 245, 245);
--bs-body-bg: #1f1f1f;
--bs-body-bg-rgb: rgb(31, 31, 31);
--bs-secondary-color: #d6d6d6;
--bs-secondary-color-rgb: rgb(214, 214, 214);
--bs-secondary-bg: #e9ecef;
--bs-secondary-bg-rgb: 233, 236, 239;
/// --bs-tertiary-bg: #f8f9fa;
--bs-tertiary-bg-rgb: rgba(255,255,255,0.12);
--bs-link-color: rgb(102, 159, 194);
} */
/*# sourceMappingURL=bootstrap-style.css.map */
+14
View File
@@ -12,3 +12,17 @@ $aspect-ratios: (
);
@import "./bootstrap/bootstrap";
/* [data-bs-theme="charcoal"] {
--bs-body-color: #f5f5f5;
--bs-body-color-rgb: rgb(245, 245, 245);
--bs-body-bg: #1f1f1f;
--bs-body-bg-rgb: rgb(31, 31, 31);
--bs-secondary-color: #d6d6d6;
--bs-secondary-color-rgb: rgb(214, 214, 214);
--bs-secondary-bg: #e9ecef;
--bs-secondary-bg-rgb: 233, 236, 239;
/// --bs-tertiary-bg: #f8f9fa;
--bs-tertiary-bg-rgb: rgba(255,255,255,0.12);
--bs-link-color: rgb(102, 159, 194);
} */
+1 -1
View File
@@ -43,7 +43,7 @@
<!-- Creates a centered, circular overlay (60x60px) with semi-transparent black background.
The play icon is centered within this overlay and appears on top of the thumbnail. -->
{{- if .IllustType == 2 }}
<div class="position-absolute top-50 start-50 translate-middle d-flex justify-content-center align-items-center bg-dark bg-opacity-50 rounded-circle" style="width: 60px; height: 60px; z-index: 1;">
<div class="position-absolute top-50 start-50 translate-middle d-flex justify-content-center align-items-center bg-dark bg-opacity-50 rounded-circle w-25 h-25">
<i class="bi bi-play-fill text-white fs-1"></i>
</div>
{{- end }}