mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Add "new" badge and store seen state
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user