Merge branch 'design-v2' of forge:blisstown/campfire into design-v2
This commit is contained in:
commit
f4709a232d
8 changed files with 154 additions and 1678 deletions
|
@ -132,7 +132,9 @@
|
|||
color: var(--accent);
|
||||
}
|
||||
|
||||
.post-text :global(a.mention) {
|
||||
/* mention gets used in other places (bios) so it's global */
|
||||
|
||||
:global(a.mention) {
|
||||
color: inherit;
|
||||
font-weight: 600;
|
||||
padding: 3px 6px;
|
||||
|
@ -141,7 +143,7 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.post-text :global(a.mention:hover) {
|
||||
:global(a.mention:hover) {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
|
@ -76,7 +76,8 @@
|
|||
.post-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-top: 1px solid color-mix(in srgb, transparent, var(--text) 25%);
|
||||
border-top: 1px solid color-mix(in srgb, transparent, var(--text) 20%);
|
||||
background: var(--bg-900);
|
||||
}
|
||||
.post-container:first-of-type {
|
||||
border-top: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue