1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Merge branch 'login-auto-redirect' into development

This commit is contained in:
Dan Brown
2022-06-21 15:38:01 +01:00
8 changed files with 172 additions and 5 deletions

View File

@@ -99,6 +99,9 @@ button {
fill: var(--color-primary);
}
}
.text-button.hover-underline:hover {
text-decoration: underline;
}
.button.block {
width: 100%;