From f13d88c3c0506f918cde0748baf98bf31bb50eb2 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 29 Oct 2024 18:46:55 +0200 Subject: [PATCH] Add a background color transition for the code sample --- src/public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index b0dcd70ed..f6aa17892 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -854,6 +854,10 @@ html .note-detail-editable-text :not(figure, .include-note):first-child { margin-right: 1em; } +.code-sample-wrapper .hljs { + transition: background-color linear 100ms; +} + .side-checkbox { display: flex; align-items: end;