forked from blisstown/campfire
rework post design; refine light theme
This commit is contained in:
parent
8d9c3cc4fe
commit
0a563e6121
6 changed files with 23 additions and 12 deletions
|
@ -61,13 +61,12 @@
|
|||
flex-direction: row;
|
||||
color: var(--text);
|
||||
align-items: stretch;
|
||||
border-radius: 8px;
|
||||
transition: background-color .1s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.post-reply:hover {
|
||||
background-color: color-mix(in srgb, var(--bg-800), black 5%);
|
||||
background-color: color-mix(in srgb, var(--bg-800), transparent 50%);
|
||||
}
|
||||
|
||||
.post-avatar-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue