diff --git a/app/rest.py b/app/rest.py index 02396dc..9efe9df 100644 --- a/app/rest.py +++ b/app/rest.py @@ -187,7 +187,7 @@ async def _lifespan(app: FastAPI): pass -app = FastAPI(title="Turnstone API", version="0.6.1", docs_url="/turnstone/docs", redoc_url=None, lifespan=_lifespan) +app = FastAPI(title="Turnstone API", version="0.6.2", docs_url="/turnstone/docs", redoc_url=None, lifespan=_lifespan) app.add_middleware( CORSMiddleware, diff --git a/web/src/style/theme.css b/web/src/style/theme.css index c7e3209..c29e315 100644 --- a/web/src/style/theme.css +++ b/web/src/style/theme.css @@ -46,6 +46,13 @@ --badge-critical-bg: #450a0a; --badge-critical-text: #f87171; } +/* Reset UA button chrome — utility classes with higher specificity will override */ +button { + background: transparent; + border: 0; + cursor: pointer; +} + /* Smooth theme transitions */ @media (prefers-reduced-motion: no-preference) { *, *::before, *::after {