diff --git a/static/koboldai.css b/static/koboldai.css index 650490f3..25a54405 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -98,8 +98,8 @@ input[type="range"]::-ms-fill-upper { display: inline-block; position: relative; z-index: 0; - border-top-left-radius: 6px; - border-top-right-radius: 6px; + border-top-left-radius: var(--tabs_rounding); +border-top-right-radius: var(--tabs_rounding); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #AAA; text-shadow: 0 1px #AAA; margin: 0 -5px; @@ -1491,6 +1491,8 @@ body { flex-grow: 1; flex-shrink: 1; flex-basis: auto; + color: var(--popup_item_color_text); + } .popup .model_item { diff --git a/templates/popups.html b/templates/popups.html index 594da66f..b3d4e86d 100644 --- a/templates/popups.html +++ b/templates/popups.html @@ -107,7 +107,7 @@
diff --git a/templates/story flyout.html b/templates/story flyout.html index 78ba829c..51cde121 100644 --- a/templates/story flyout.html +++ b/templates/story flyout.html @@ -71,7 +71,7 @@ -
+