mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
Commit previous changes (?)
This commit is contained in:
parent
890d3675d1
commit
e5a8768cc8
4 changed files with 10 additions and 4 deletions
5
dist/base.module.css
vendored
5
dist/base.module.css
vendored
|
@ -40,9 +40,12 @@
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-color: hsl(var(--bhsl-current-hue) var(--bhsl-current-saturation) var(--bhsl-current-lightness) / 0.3);
|
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) {
|
:where(.bluelib) :where(.page-footer) {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
text-align: center;
|
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
}
|
}
|
||||||
:where(.bluelib) :where(.float-top) {
|
:where(.bluelib) :where(.float-top) {
|
||||||
|
|
2
dist/base.module.min.css
vendored
2
dist/base.module.min.css
vendored
File diff suppressed because one or more lines are too long
5
dist/base.root.css
vendored
5
dist/base.root.css
vendored
|
@ -40,9 +40,12 @@
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-color: hsl(var(--bhsl-current-hue) var(--bhsl-current-saturation) var(--bhsl-current-lightness) / 0.3);
|
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) {
|
:where(body) :where(footer) {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
text-align: center;
|
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
}
|
}
|
||||||
:where(body) :where(.float-top) {
|
:where(body) :where(.float-top) {
|
||||||
|
|
2
dist/base.root.min.css
vendored
2
dist/base.root.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue