diff --git a/ui/index.html b/ui/index.html
index 3ba84e1a..da84242d 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -139,7 +139,7 @@
-->
-
|
+ |
|
Click to learn more about VAEs
|
diff --git a/ui/media/css/searchable-models.css b/ui/media/css/searchable-models.css
index 06d24acb..5eecd1e0 100644
--- a/ui/media/css/searchable-models.css
+++ b/ui/media/css/searchable-models.css
@@ -58,7 +58,7 @@
font-size: 10pt;
font-weight: normal;
transition: none;
- transition:property: none;
+ transition-property: none;
cursor: default;
}
diff --git a/ui/media/css/themes.css b/ui/media/css/themes.css
index 053199f8..e9eca84f 100644
--- a/ui/media/css/themes.css
+++ b/ui/media/css/themes.css
@@ -33,7 +33,7 @@
--input-height: 18px;
--tertiary-background-color: hsl(var(--main-hue), var(--main-saturation), calc(var(--value-base) + (2 * var(--value-step))));
--tertiary-border-color: hsl(var(--main-hue), var(--main-saturation), calc(var(--value-base) + (3 * var(--value-step))));
- --tertiary-color: var(--input-text-color)
+ --tertiary-color: var(--input-text-color);
/* Main theme color, hex color fallback. */
--theme-color-fallback: #673AB6;