aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-26 02:58:21 -0400
committertdro <tdro@noreply.example.com>2022-10-26 02:58:21 -0400
commitc35943c3ed36fb178c09c0185c5d363b9bf4116f (patch)
tree19b770bb396d67e4e7fd5508951ee567e69dbc57
parentb204765687c5f65f945fb69f91dd225b9a8215b2 (diff)
downloadcanory-c35943c3ed36fb178c09c0185c5d363b9bf4116f.tar.gz
canory-c35943c3ed36fb178c09c0185c5d363b9bf4116f.tar.bz2
canory-c35943c3ed36fb178c09c0185c5d363b9bf4116f.zip
assets/css/default: Do not focus video
-rw-r--r--assets/css/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 507ebe9..abc26df 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -131,7 +131,7 @@
text-decoration: none;
}
-:focus:not(html):not(body):not(pre):not(svg):not(button):not(input) {
+:focus:not(html):not(body):not(pre):not(svg):not(button):not(input):not(video) {
background-color: #ffe699;
background-color: var(--warning-background);
color: #111;