1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

chore: cleans up css styles (#3849)

This commit is contained in:
Amir Raminfar
2025-04-26 20:35:14 -07:00
committed by GitHub
parent 78ace3178b
commit 92665a76de
17 changed files with 18 additions and 18 deletions

View File

@@ -35,7 +35,7 @@ const linkify = (text: string) =>
</script>
<style scoped>
@import "@/main.css" reference;
@reference "@/main.css";
.log-wrapper :deep(a) {
@apply text-primary underline-offset-4 hover:underline;
}