From fb43436091fc63a5946561acf09190a3fba87f84 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Tue, 24 Dec 2024 09:59:10 +0100 Subject: [PATCH] fmt --- examples/official-site/highlightjs-tabler-theme.css | 12 ++++++------ sqlpage/sqlpage.css | 3 +-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/examples/official-site/highlightjs-tabler-theme.css b/examples/official-site/highlightjs-tabler-theme.css index b24250c6..c56a6482 100644 --- a/examples/official-site/highlightjs-tabler-theme.css +++ b/examples/official-site/highlightjs-tabler-theme.css @@ -85,7 +85,7 @@ /* Token transition */ .hljs { - transition: .3s; + transition: 0.3s; } /* Code selection */ @@ -93,7 +93,7 @@ code::selection, code ::selection { background: var(--tblr-yellow); color: var(--tblr-gray-900); - border-radius: .1em; + border-radius: 0.1em; } code .hljs-keyword::selection, @@ -111,12 +111,12 @@ pre:has(code) { max-height: 33vh; /* Limit height */ overflow: auto; box-shadow: inset -10px -10px 30px #000000af; /* Inset shadow */ - border-radius: .5rem; + border-radius: 0.5rem; } @media print { pre:has(code) { - max-height: none !important; - box-shadow: none !important; + max-height: none !important; + box-shadow: none !important; } -} \ No newline at end of file +} diff --git a/sqlpage/sqlpage.css b/sqlpage/sqlpage.css index 430c123c..789205c9 100644 --- a/sqlpage/sqlpage.css +++ b/sqlpage/sqlpage.css @@ -91,7 +91,7 @@ code { .article-text { font-size: 1.2em; line-height: 1.5em; - font-family: 'Times New Roman', serif; + font-family: "Times New Roman", serif; max-width: 65ch; margin: 1.5em auto; } @@ -100,4 +100,3 @@ code { font-size: 1.2em; font-weight: 500; } -