v1.2.2 release

This commit is contained in:
2026-05-29 23:37:50 +02:00
parent f69385300b
commit d00108db3c
8 changed files with 34 additions and 36 deletions

View File

@@ -165,7 +165,7 @@
--bs-success-rgb: 104, 157, 106;
--bs-info: #83a598;
--bs-info-rgb: 131, 165, 152;
--bs-warning: #d65d0e;
--bs-warning: #fe8019;
--bs-warning-rgb: 254, 128, 25;
--bs-danger: #cc241d;
--bs-danger-rgb: 204, 36, 29;
@@ -235,7 +235,7 @@
--bs-highlight-bg: #282828;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #d5c4a1;
--bs-border-color: #bdae93;
--bs-border-color-rgb: 213, 196, 161;
--bs-border-color-translucent: rgba(213, 196, 161, 0.175);
--bs-border-radius: 0.375rem;
@@ -278,7 +278,6 @@ body {
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);