diff --git a/backend/open_webui/static/assets/pdf-style.css b/backend/open_webui/static/assets/pdf-style.css
index 7cb5b0cd2..8b4e8d237 100644
--- a/backend/open_webui/static/assets/pdf-style.css
+++ b/backend/open_webui/static/assets/pdf-style.css
@@ -269,11 +269,6 @@ tbody + tbody {
margin-bottom: 0;
}
-/* Add a rule to reset margin-bottom for
not followed by
*/
-.markdown-section p + ul {
- margin-top: 0;
-}
-
/* List item styles */
.markdown-section li {
padding: 2px;
diff --git a/static/themes/rosepine-dawn.css b/static/themes/rosepine-dawn.css
index cc2b5de57..0c2d911d1 100644
--- a/static/themes/rosepine-dawn.css
+++ b/static/themes/rosepine-dawn.css
@@ -88,14 +88,6 @@
background: #cecacd;
}
-.rose-pine-dawn #dropdownDots {
- background-color: #dfdad9;
-}
-
-.rose-pine-dawn .flex.py-2\.5.px-3\.5.w-full.hover\:bg-gray-800.transition:hover {
- background: #cecacd;
-}
-
.rose-pine-dawn
.m-auto.rounded-xl.max-w-full.w-\[40rem\].mx-2.bg-gray-50.dark\:bg-gray-900.shadow-3xl {
background-color: #f2e9e1;