🐞 fix: Update styles for proper background
Sync TODOs with Issues / sync_todos (push) Successful in 6s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
This commit is contained in:
@@ -84,12 +84,17 @@ main#maincontent {
|
||||
.embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
|
||||
.embed iframe, .embed object, .embed embed, .embed video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
|
||||
/* Carbon Blue atmospheric field (decorative — content must sit in z-index: 1) */
|
||||
/* Carbon Blue atmospheric field — rendered once globally (in header.php)
|
||||
* as a fixed-position layer behind all content. Decorative only; content
|
||||
* stays clickable thanks to pointer-events: none. The body carries
|
||||
* `background-color: #100e0b` so the gradient's mix-blend-mode layers
|
||||
* have something to composite against. */
|
||||
.aura-bg {
|
||||
position: relative;
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: -1;
|
||||
pointer-events: none;
|
||||
overflow: hidden;
|
||||
min-height: 100vh;
|
||||
isolation: isolate;
|
||||
}
|
||||
|
||||
.aura-layer-1 {
|
||||
|
||||
Reference in New Issue
Block a user