Show _no.domain in italic

This commit is contained in:
Magnus Åhall 2026-02-26 09:28:14 +01:00
parent 96f3a90ab9
commit d0b0aba30d
2 changed files with 22 additions and 2 deletions

View file

@ -120,6 +120,10 @@ button {
padding-left: 0px;
}
&.no-domain > .label {
font-style: italic;
}
&.open {
&>.label>img.open {
display: block;
@ -265,6 +269,10 @@ button {
.rest-label {
color: var(--label-rest);
&.no-domain {
font-style: italic;
}
}
}