Tweak offline tag color and cursor

This commit is contained in:
Gabe Kangas
2023-02-19 21:01:01 -08:00
parent 5bce8b44fb
commit 070a9fa675
2 changed files with 6 additions and 1 deletions

View File

@@ -64,3 +64,8 @@
width: auto;
height: auto;
}
.offlineTag {
cursor: default;
color: var(--theme-color-components-text-on-light);
}