updated docs

This commit is contained in:
wukko
2023-10-28 18:51:20 +06:00
parent 73d84c09d3
commit 31a2136c90
15 changed files with 241 additions and 157 deletions

View File

@@ -9,6 +9,7 @@
--padding-1: 0.75rem;
--line-height: 1.65rem;
--red: rgb(249, 47, 96);
--blue: rgb(47, 138, 249);
--gap: 0.5rem;
--gap-no-icon: 0.6rem;
}
@@ -266,6 +267,11 @@ button:active,
height: 2.5rem;
align-items: center;
display: flex;
gap: 0.3rem;
}
.logo-sub {
color: var(--blue);
font-size: 0.8rem;
}
#download-area {
display: flex;
@@ -1179,4 +1185,4 @@ button:active,
.popup-title {
line-height: inherit;
}
}
}