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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue