feat: move some styles to app.vue
This commit is contained in:
parent
591599f499
commit
136ca93ce8
1 changed files with 17 additions and 0 deletions
17
app.vue
17
app.vue
|
@ -16,4 +16,21 @@ body {
|
||||||
a {
|
a {
|
||||||
color: aquamarine;
|
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>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue