Add "new" badge and store seen state

This commit is contained in:
Misode
2023-06-23 02:59:29 +02:00
parent 08581889d2
commit f7255f6f84
9 changed files with 94 additions and 17 deletions

View File

@@ -2417,6 +2417,10 @@ hr {
font-size: 15px;
}
.whats-new-entry time .new-badge {
margin-left: 6px;
}
.whats-new-entry h2 {
color: var(--text-1);
padding: 10px 0 15px;
@@ -2433,6 +2437,15 @@ hr {
display: block;
}
.new-badge {
background-color: var(--accent-primary);
color: var(--background-1);
font-size: 14px;
font-weight: bold;
border-radius: 1000px;
padding: 1px 4px;
}
.ace_editor,
.ace_gutter,
.ace_gutter .ace_layer,