1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

fix: adds style for links in settings page

This commit is contained in:
Amir Raminfar
2023-09-22 11:37:14 -07:00
parent 60beb85bb1
commit e2bb23b2ed

View File

@@ -129,4 +129,8 @@ fetchNextRelease();
.has-underline {
@apply mb-4 border-b border-base-content/50 py-4;
}
a {
@apply text-primary underline-offset-4 hover:underline;
}
</style>