Link preview: Replace shadow border with an actual border
Wonder why they did that in the first place, doesn't work well in some zoom levels.
This commit is contained in:
parent
43a099146e
commit
eac5acdea8
|
@ -210,14 +210,12 @@ onUnmounted(() => {
|
|||
position: relative;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
box-shadow: 0 0 0 1px var(--divider);
|
||||
border: 1px solid var(--divider);
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
|
||||
> article > header > h1 {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue