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

Commit previous changes (?)

This commit is contained in:
Steffo 2023-04-07 17:09:22 +02:00
parent 890d3675d1
commit e5a8768cc8
Signed by: steffo
GPG key ID: 2A24051445686895
4 changed files with 10 additions and 4 deletions

View file

@ -40,9 +40,12 @@
outline-style: solid;
outline-color: hsl(var(--bhsl-current-hue) var(--bhsl-current-saturation) var(--bhsl-current-lightness) / 0.3);
}
:where(.bluelib) :where(.page-header),
:where(.bluelib) :where(.page-footer) {
text-align: center;
}
:where(.bluelib) :where(.page-footer) {
margin: 1rem 0;
text-align: center;
font-size: x-small;
}
:where(.bluelib) :where(.float-top) {

File diff suppressed because one or more lines are too long

5
dist/base.root.css vendored
View file

@ -40,9 +40,12 @@
outline-style: solid;
outline-color: hsl(var(--bhsl-current-hue) var(--bhsl-current-saturation) var(--bhsl-current-lightness) / 0.3);
}
:where(body) :where(header),
:where(body) :where(footer) {
text-align: center;
}
:where(body) :where(footer) {
margin: 1rem 0;
text-align: center;
font-size: x-small;
}
:where(body) :where(.float-top) {

File diff suppressed because one or more lines are too long