diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-12-28 20:16:45 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-12-28 20:16:45 -0400 |
commit | 8640a047912ee399b87dc9077a55b9d112e455b4 (patch) | |
tree | a6c41850912ada9613825711307cbdcbb8660ca1 | |
parent | 871acb2b4ea8dbb7d594822a7b7418c03c3e3495 (diff) |
disable :focus-within boxes (RIP, for now)
-rw-r--r-- | src/static/site2.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/site2.css b/src/static/site2.css index 9d53c4e4..5d66016e 100644 --- a/src/static/site2.css +++ b/src/static/site2.css @@ -248,6 +248,7 @@ body::before { transition: background-color 0.2s; } +/* .sidebar:focus-within, #content:focus-within, #header:focus-within, @@ -257,6 +258,7 @@ body::before { background-color: rgba(0, 0, 0, 0.85); border-style: solid; } +*/ .sidebar > h1, .sidebar > h2, |