From 0b97acdf4bfbf2a2fb8b222296968a944c4dc2b9 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:58:30 -0600 Subject: [PATCH] fix: embed video misplaced MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Specificity battle — * `.rst-content :not(img)` too high * `('./tacc-theme/bootstrap.css') layer(foundation.tacc)` thus too low — causes `.embed-responsive` styles to be overriden. --- .../tacc_readthedocs/css/tacc-theme/readthedocs-revert.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs_tacc/tacc_readthedocs/css/tacc-theme/readthedocs-revert.css b/mkdocs_tacc/tacc_readthedocs/css/tacc-theme/readthedocs-revert.css index a9f9995..714951d 100644 --- a/mkdocs_tacc/tacc_readthedocs/css/tacc-theme/readthedocs-revert.css +++ b/mkdocs_tacc/tacc_readthedocs/css/tacc-theme/readthedocs-revert.css @@ -1,4 +1,4 @@ /* to undo ReadTheDocs styles for page content */ -.rst-content :not(img) { +:where(.rst-content :not(img)) { all: revert; }