1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 13:47:28 +00:00

Rebuild modules for 5.0.1

This commit is contained in:
Steffo 2022-10-12 13:41:04 +00:00 committed by GitHub
parent e1a4a87fc7
commit 2e90b0cc99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 20 deletions

View file

@ -140,7 +140,7 @@
flex-wrap: wrap;
flex-direction: row;
gap: 0.5em;
justify-content: stretch;
justify-content: center;
align-items: stretch;
margin: 0.5em;
}

2
dist/base.root.css vendored
View file

@ -140,7 +140,7 @@ body .chapter-9 {
flex-wrap: wrap;
flex-direction: row;
gap: 0.5em;
justify-content: stretch;
justify-content: center;
align-items: stretch;
margin: 0.5em;
}

View file

@ -32,7 +32,7 @@
}
.bluelib .panel .panel,
.bluelib .table.panel > .table-caption .panel {
background-color: hsl(var(--bhsl-foreground-hue) var(--bhsl-foreground-saturation) var(--bhsl-foreground-lightness) / 0.075);
background-color: hsl(var(--bhsl-current-hue) var(--bhsl-current-saturation) var(--bhsl-current-lightness) / 0.075);
backdrop-filter: none;
box-shadow: none;
}

View file

@ -32,7 +32,7 @@ body table.panel > caption {
}
body .panel .panel,
body table.panel > caption .panel {
background-color: hsl(var(--bhsl-foreground-hue) var(--bhsl-foreground-saturation) var(--bhsl-foreground-lightness) / 0.075);
background-color: hsl(var(--bhsl-current-hue) var(--bhsl-current-saturation) var(--bhsl-current-lightness) / 0.075);
backdrop-filter: none;
box-shadow: none;
}

View file

@ -16,10 +16,10 @@
--bhsl-link-hue: 50deg;
--bhsl-link-saturation: 100%;
--bhsl-link-lightness: 80%;
--bhsl-mark-foreground-hue: 32deg;
--bhsl-mark-foreground-hue: 19deg;
--bhsl-mark-foreground-saturation: 64%;
--bhsl-mark-foreground-lightness: 14%;
--bhsl-mark-background-hue: 32deg;
--bhsl-mark-background-hue: 19deg;
--bhsl-mark-background-saturation: 100%;
--bhsl-mark-background-lightness: 81%;
--bhsl-todo-foreground-hue: 43deg;
@ -36,22 +36,22 @@
--bhsl-sample-output-lightness: 100%;
--bhsl-red-hue: 0deg;
--bhsl-red-saturation: 100%;
--bhsl-red-lightness: 75%;
--bhsl-red-lightness: 66%;
--bhsl-yellow-hue: 60deg;
--bhsl-yellow-saturation: 100%;
--bhsl-yellow-lightness: 75%;
--bhsl-yellow-lightness: 66%;
--bhsl-green-hue: 120deg;
--bhsl-green-saturation: 100%;
--bhsl-green-lightness: 75%;
--bhsl-green-lightness: 66%;
--bhsl-cyan-hue: 180deg;
--bhsl-cyan-saturation: 100%;
--bhsl-cyan-lightness: 75%;
--bhsl-cyan-lightness: 66%;
--bhsl-blue-hue: 240deg;
--bhsl-blue-saturation: 100%;
--bhsl-blue-lightness: 75%;
--bhsl-blue-lightness: 66%;
--bhsl-magenta-hue: 300deg;
--bhsl-magenta-saturation: 100%;
--bhsl-magenta-lightness: 75%;
--bhsl-magenta-lightness: 66%;
--bhsl-inserted-hue: var(--bhsl-green-hue);
--bhsl-inserted-saturation: var(--bhsl-green-saturation);
--bhsl-inserted-lightness: var(--bhsl-green-lightness);

View file

@ -16,10 +16,10 @@ body {
--bhsl-link-hue: 50deg;
--bhsl-link-saturation: 100%;
--bhsl-link-lightness: 80%;
--bhsl-mark-foreground-hue: 32deg;
--bhsl-mark-foreground-hue: 19deg;
--bhsl-mark-foreground-saturation: 64%;
--bhsl-mark-foreground-lightness: 14%;
--bhsl-mark-background-hue: 32deg;
--bhsl-mark-background-hue: 19deg;
--bhsl-mark-background-saturation: 100%;
--bhsl-mark-background-lightness: 81%;
--bhsl-todo-foreground-hue: 43deg;
@ -36,22 +36,22 @@ body {
--bhsl-sample-output-lightness: 100%;
--bhsl-red-hue: 0deg;
--bhsl-red-saturation: 100%;
--bhsl-red-lightness: 75%;
--bhsl-red-lightness: 66%;
--bhsl-yellow-hue: 60deg;
--bhsl-yellow-saturation: 100%;
--bhsl-yellow-lightness: 75%;
--bhsl-yellow-lightness: 66%;
--bhsl-green-hue: 120deg;
--bhsl-green-saturation: 100%;
--bhsl-green-lightness: 75%;
--bhsl-green-lightness: 66%;
--bhsl-cyan-hue: 180deg;
--bhsl-cyan-saturation: 100%;
--bhsl-cyan-lightness: 75%;
--bhsl-cyan-lightness: 66%;
--bhsl-blue-hue: 240deg;
--bhsl-blue-saturation: 100%;
--bhsl-blue-lightness: 75%;
--bhsl-blue-lightness: 66%;
--bhsl-magenta-hue: 300deg;
--bhsl-magenta-saturation: 100%;
--bhsl-magenta-lightness: 75%;
--bhsl-magenta-lightness: 66%;
--bhsl-inserted-hue: var(--bhsl-green-hue);
--bhsl-inserted-saturation: var(--bhsl-green-saturation);
--bhsl-inserted-lightness: var(--bhsl-green-lightness);