Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/main.scss')
-rw-r--r--assets/scss/main.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/assets/scss/main.scss b/assets/scss/main.scss
index 17712b5..c9ce8bd 100644
--- a/assets/scss/main.scss
+++ b/assets/scss/main.scss
@@ -603,6 +603,9 @@ article > pre,
&:focus {
outline-color: var(--accent);
}
+
+ // TEST
+ @extend %webkit-scrollbar;
}
@@ -628,9 +631,11 @@ article > pre,
border-top: 1px solid var(--fg);
}
+ /*
tr:not(:first-child):last-of-type {
border-bottom: 1px solid var(--fg);
}
+ */
td,
th {
@@ -1506,12 +1511,10 @@ html {
{{ end }}
+
// TEST
// Non-standard
-pre,
-.chroma,
-.highlight,
-.scroll {
+%webkit-scrollbar {
&::-webkit-scrollbar {
@include squared(12px);
}