From dab297aed3afba82519dd406fbda03b283cc3c09 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:55:29 +0530 Subject: [PATCH] chore: remove vendor specific css props --- themes/paprika/assets/app.css | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/themes/paprika/assets/app.css b/themes/paprika/assets/app.css index dc541a4b..51f09b96 100644 --- a/themes/paprika/assets/app.css +++ b/themes/paprika/assets/app.css @@ -48,20 +48,19 @@ border: 0; } -math * { - padding: revert; -} - html, body { height: 100%; } html { - -webkit-tap-highlight-color: transparent; font-size: 8px; } +::selection { + background: var(--fog); +} + search { margin-bottom: var(--gap); button { @@ -99,12 +98,11 @@ body { color: var(--pro); word-break: break-word; background: var(--white); -} - -body>* { - flex-shrink: 0; - width: 100%; - margin-inline: auto; + > * { + flex-shrink: 0; + width: 100%; + margin-inline: auto; + } } @media (max-width: 1199px) { @@ -123,6 +121,9 @@ video { } math { + * { + padding: revert; + } font-family: LatinModern; font-size: 2.5rem; }