build-logs viewer: add --crust var + aria-expanded on row buttons (argus nits)
This commit is contained in:
parent
cc6227ccb5
commit
c4ce91b61f
3 changed files with 11 additions and 4 deletions
|
|
@ -487,7 +487,7 @@ a:hover {
|
|||
.journal-refresh { font-size: 0.75em; padding: 0.15em 0.5em; }
|
||||
.journal-output {
|
||||
margin: 0;
|
||||
background: #11111b;
|
||||
background: var(--crust);
|
||||
color: var(--fg);
|
||||
border: 1px solid var(--purple-dim);
|
||||
padding: 0.5em 0.7em;
|
||||
|
|
@ -572,7 +572,7 @@ a:hover {
|
|||
.build-logs-detail { padding: 0 0.4em 0.4em; }
|
||||
.build-logs-output {
|
||||
margin: 0;
|
||||
background: #11111b;
|
||||
background: var(--crust);
|
||||
color: var(--fg);
|
||||
border: 1px solid var(--purple-dim);
|
||||
padding: 0.5em 0.7em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue