aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-17 21:19:38 -0400
committertdro <tdro@noreply.example.com>2022-07-17 21:19:38 -0400
commit004dfef5eb2e81e39cbb11a766b0a22975e48194 (patch)
tree04270e1b9f5da19b1ecfb9b9b1ddc87d25f1d30e /assets
parent4f1a667965e9c4bf92fe6a5886d7fed883b22ed7 (diff)
downloadcanory-004dfef5eb2e81e39cbb11a766b0a22975e48194.tar.gz
canory-004dfef5eb2e81e39cbb11a766b0a22975e48194.tar.bz2
canory-004dfef5eb2e81e39cbb11a766b0a22975e48194.zip
assets/css/syntax-highlight-default: Flex chroma highlight and line hover
Diffstat (limited to 'assets')
-rw-r--r--assets/css/syntax-highlight-default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/syntax-highlight-default.css b/assets/css/syntax-highlight-default.css
index 1a394ea..5163171 100644
--- a/assets/css/syntax-highlight-default.css
+++ b/assets/css/syntax-highlight-default.css
@@ -3,7 +3,7 @@
/* ----- Format ----- */
.chroma .hl {
- display: block;
+ display: flex;
padding: 0 0.5rem;
margin: 0 -0.5rem;
}
@@ -22,7 +22,7 @@
.chroma .line:hover {
background-color: #f2f2f2;
- display: block;
+ display: flex;
}
code-block button {