Visual improvements to technical changelog

This commit is contained in:
Misode
2021-10-31 20:45:22 +01:00
parent 765f96372f
commit 582d5f4b1e
3 changed files with 24 additions and 5 deletions

View File

@@ -1009,18 +1009,27 @@ hr {
.changelog-tag {
--color: hsl(var(--tint, 0), var(--text-saturation), var(--text-lightness));
display: flex;
align-items: center;
margin-right: 8px;
border: 1.5px solid var(--color);
height: 24px;
border-radius: 12px;
padding: 0 8px;
color: var(--color);
fill: var(--color);
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.changelog-tag svg {
margin-right: 4px;
width: 20px;
height: 20px;
}
.changelog-tag.clickable {
cursor: pointer;
}
@@ -1028,6 +1037,7 @@ hr {
.changelog-tag.active {
background-color: var(--color);
color: var(--background-2);
fill: var(--background-2);
}
.changelog-version {
@@ -1041,6 +1051,10 @@ hr {
text-decoration: underline;
}
.changelog-content ul {
padding-left: 24px;
}
.changelog-entry code {
background-color: var(--background-5);
padding: 1px 4px;