Improved comments (see changelog)

This commit is contained in:
daudix
2024-10-23 04:35:15 +03:00
parent 62d43c9e71
commit 694479bcdb
17 changed files with 215 additions and 121 deletions

View File

@ -13,6 +13,19 @@ button.inline-button {
appearance: none;
cursor: pointer;
border: none;
&:disabled {
cursor: not-allowed;
&:hover {
background-color: var(--fg-muted-1);
color: var(--fg-muted-5);
}
&:active {
transform: none;
}
}
}
a.inline-button,