design: re-add bg to notifications for consistancy with timeline
This commit is contained in:
parent
876e221400
commit
7ed8ebf6e5
1 changed files with 5 additions and 2 deletions
|
@ -144,19 +144,22 @@
|
|||
<style>
|
||||
.notification {
|
||||
display: block;
|
||||
border-top: 1px solid color-mix(in srgb, transparent, var(--text) 50%);
|
||||
border-top: 1px solid color-mix(in srgb, transparent, var(--text) 25%);
|
||||
padding: 16px;
|
||||
text-decoration: inherit;
|
||||
color: inherit;
|
||||
transition: background-color .1s;
|
||||
cursor: pointer;
|
||||
|
||||
background-color: var(--bg-900);
|
||||
}
|
||||
.notification:first-of-type {
|
||||
border-top: none;
|
||||
|
||||
}
|
||||
|
||||
.notification:hover {
|
||||
background-color: color-mix(in srgb, var(--bg-800), transparent 50%);
|
||||
background-color: color-mix(in srgb, var(--bg-800), transparent 35%);
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue