diff --git a/.github/workflows/update-i18n.yaml b/.github/workflows/update-i18n.yaml
index e19b3e828..fd31370ce 100644
--- a/.github/workflows/update-i18n.yaml
+++ b/.github/workflows/update-i18n.yaml
@@ -1,7 +1,6 @@
name: Update i18n data
-on:
- workflow_dispatch:
+on: workflow_dispatch
jobs:
build:
diff --git a/default/content/themes/Cappuccino.json b/default/content/themes/Cappuccino.json
index daf12dcd2..e895edbc5 100644
--- a/default/content/themes/Cappuccino.json
+++ b/default/content/themes/Cappuccino.json
@@ -1,7 +1,7 @@
{
"name": "Cappuccino",
"blur_strength": 3,
- "main_text_color": "rgba(255, 255, 255, 1)",
+ "main_text_color": "rgba(235, 235, 235, 1)",
"italics_text_color": "rgba(230, 210, 190, 1)",
"underline_text_color": "rgba(205, 180, 160, 1)",
"quote_text_color": "rgba(165, 140, 115, 1)",
diff --git a/public/css/select2-overrides.css b/public/css/select2-overrides.css
index 9598acb51..4e0e2d27c 100644
--- a/public/css/select2-overrides.css
+++ b/public/css/select2-overrides.css
@@ -23,6 +23,14 @@
opacity: 0.8;
}
+.select2-selection--single .select2-selection__placeholder {
+ color: var(--SmartThemeEmColor);
+}
+
+.select2-container--classic .select2-selection--single .select2-selection__placeholder {
+ color: var(--SmartThemeEmColor);
+}
+
.select2-container .select2-selection--single .select2-selection__rendered {
color: var(--SmartThemeBodyColor);
line-height: revert;
@@ -194,6 +202,7 @@ span.select2.select2-container .select2-selection__choice__remove:hover {
.select2_choice_clickable+span.select2-container .select2-selection__choice__display {
cursor: pointer;
}
+
.select2_choice_clickable_buttonstyle+span.select2-container .select2-selection__choice__display {
cursor: pointer;
transition: background-color 0.3s;
@@ -211,7 +220,9 @@ span.select2.select2-container .select2-selection__choice__remove:hover {
.select2_multi_sameline+span.select2-container .select2-selection--multiple {
display: flex;
flex-wrap: wrap;
-}.select2_multi_sameline+span.select2-container .select2-selection--multiple .select2-search--inline {
+}
+
+.select2_multi_sameline+span.select2-container .select2-selection--multiple .select2-search--inline {
/* Allow search placeholder to take up all space if needed */
flex-grow: 1;
}
@@ -255,4 +266,4 @@ span.select2.select2-container .select2-selection__choice__remove:hover {
.select2_multi_sameline+span.select2-container.select2-container--focus .select2-selection--multiple .select2-search--inline {
height: unset;
-}
+}
\ No newline at end of file
diff --git a/public/css/st-tailwind.css b/public/css/st-tailwind.css
index 2591e6c42..143a6167c 100644
--- a/public/css/st-tailwind.css
+++ b/public/css/st-tailwind.css
@@ -220,7 +220,7 @@
}
.monospace {
- font-family: monospace;
+ font-family: var(--monoFontFamily);
}
.expander {
diff --git a/public/index.html b/public/index.html
index 8859c9b44..3db82436b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -18,6 +18,7 @@
+
@@ -4714,7 +4715,7 @@