1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 06:48:04 +00:00

About dialog

This commit is contained in:
2023-05-29 22:09:09 +02:00
parent b22734d6d1
commit c252b57655
5 changed files with 87 additions and 60 deletions

View File

@ -41,6 +41,19 @@ p strong {
font-weight: 700;
}
a {
color: rgb(0, 0, 204);
text-decoration: underline;
text-underline-offset: 2px;
text-decoration-thickness: 1px;
}
hr {
border: none;
height: 1px;
background-color: #ccc;
}
.loading {
cursor: wait;
}