feat: move some styles to app.vue

This commit is contained in:
SauceyRed 2025-05-26 22:45:51 +02:00
parent 591599f499
commit 136ca93ce8

17
app.vue
View file

@ -16,4 +16,21 @@ body {
a {
color: aquamarine;
}
.white {
color: white;
}
.bottom-border {
border-bottom: 1px solid rgb(70, 70, 70);
}
.left-border {
border-left: 1px solid rgb(70, 70, 70);
}
.right-border {
border-right: 1px solid rgb(70, 70, 70);
}
</style>