Remove buttons from offline banner and add inline links. Closes #2261

This commit is contained in:
Gabe Kangas
2022-10-24 22:24:14 -07:00
parent c20bb14186
commit e7a4d53453
3 changed files with 45 additions and 10 deletions
@@ -42,3 +42,12 @@
.footer {
margin-top: 15px;
}
.actionLink {
color: var(--theme-color-action);
text-decoration: underline;
cursor: pointer;
&:hover {
color: var(--color-owncast-palette-7);
}
}