From 599148f02b5743d548f7527333afb4d3cc9df1c6 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+tobealive@users.noreply.github.com> Date: Sat, 24 Dec 2022 15:22:19 +0100 Subject: [PATCH] run stylelint --fix --- custom.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom.css b/custom.css index 9a4d0a4..50f7be6 100644 --- a/custom.css +++ b/custom.css @@ -118,7 +118,7 @@ html[data-theme="light"], margin-top: 1.9em; padding-top: 1.9em !important; } -/* Add some white space to the right. +/* Add some white space to the right. (This is because the actual start of the content on the left side is offset if we include the bullets and spacing.) */ .cp__sidebar-main-content { margin-right: 24px; @@ -204,7 +204,7 @@ html[data-theme="light"] a:hover { a.external-link { border-bottom: 1px dashed; } -a.external-link:after { +a.external-link::after { position: relative; bottom: -2px; left: -1px; @@ -226,7 +226,7 @@ a.external-link:after { -webkit-mask-box-size: 14px 14px; object-fit: cover; } -a.external-link:hover:after { +a.external-link:hover::after { background-color: var(--ls-link-text-hover-color); } /* custom colors in buttons, hints etc */ @@ -665,8 +665,8 @@ html[data-theme="dark"] #logseq-tabs_lsp_main { .kef-tocgen-block-collapse { border-color: var(--ls-quaternary-background-color) !important; } -.kef-tocgen-page:before, -.kef-tocgen-block:before { +.kef-tocgen-page::before, +.kef-tocgen-block::before { position: relative; top: 0.7em; left: 0.5em;