Unlighthouse fixes
This commit is contained in:
parent
6e0a0f9a74
commit
84917e9ebe
2 changed files with 3 additions and 2 deletions
src/layouts
|
@ -84,8 +84,9 @@ const date = new Date(frontmatter.pubDate).toLocaleDateString(
|
|||
background-color: var(--c-darkgray);
|
||||
}
|
||||
article :global(a) {
|
||||
color: var(--c-darkpurple);
|
||||
color: #dcb7ff;
|
||||
text-decoration: none;
|
||||
font-style: italic;
|
||||
}
|
||||
article {
|
||||
color: white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue