toggle font button

This commit is contained in:
2022-05-04 21:54:05 +02:00
parent c5bbdd194c
commit e52ea0c3e6
5 changed files with 84 additions and 6 deletions

View File

@@ -162,4 +162,12 @@ main {
data-swap {
display: none;
}
.button {
text-decoration: underline;
text-align: center;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
}