mirror of
https://github.com/UnifiedPush/documentation
synced 2026-08-06 18:23:05 -04:00
11 lines
175 B
CSS
11 lines
175 B
CSS
:root,
|
|
:root[color-theme="dark"],
|
|
:root[color-theme="light"]{
|
|
--header-background: #8344da;
|
|
}
|
|
|
|
.app-store-logos figure {
|
|
display: inline-block;
|
|
margin: 0;
|
|
width: 15em;
|
|
}
|