1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-14 20:34:05 +00:00

Split app.svelte

This commit is contained in:
2023-01-16 20:03:56 +01:00
parent 89d9a92136
commit e0cda5cccb
12 changed files with 258 additions and 174 deletions

View File

@ -62,4 +62,10 @@
background-color: #00008b;
color: #fff;
}
hr {
border: none;
border-top: 1px solid #aaa;
margin: 5px;
}
</style>