Skip to content

Commit fb43436

Browse files
committed
fmt
1 parent ee9227b commit fb43436

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

examples/official-site/highlightjs-tabler-theme.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@
8585

8686
/* Token transition */
8787
.hljs {
88-
transition: .3s;
88+
transition: 0.3s;
8989
}
9090

9191
/* Code selection */
9292
code::selection,
9393
code ::selection {
9494
background: var(--tblr-yellow);
9595
color: var(--tblr-gray-900);
96-
border-radius: .1em;
96+
border-radius: 0.1em;
9797
}
9898

9999
code .hljs-keyword::selection,
@@ -111,12 +111,12 @@ pre:has(code) {
111111
max-height: 33vh; /* Limit height */
112112
overflow: auto;
113113
box-shadow: inset -10px -10px 30px #000000af; /* Inset shadow */
114-
border-radius: .5rem;
114+
border-radius: 0.5rem;
115115
}
116116

117117
@media print {
118118
pre:has(code) {
119-
max-height: none !important;
120-
box-shadow: none !important;
119+
max-height: none !important;
120+
box-shadow: none !important;
121121
}
122-
}
122+
}

sqlpage/sqlpage.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ code {
9191
.article-text {
9292
font-size: 1.2em;
9393
line-height: 1.5em;
94-
font-family: 'Times New Roman', serif;
94+
font-family: "Times New Roman", serif;
9595
max-width: 65ch;
9696
margin: 1.5em auto;
9797
}
@@ -100,4 +100,3 @@ code {
100100
font-size: 1.2em;
101101
font-weight: 500;
102102
}
103-

0 commit comments

Comments
 (0)