Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: missing a styles
Co-authored-by: 翠 / green <green@sapphi.red>
  • Loading branch information
patak-cat and sapphi-red authored Jun 7, 2022
commit 857f19d1bb9611a97cf56e28730b583c3df62450
9 changes: 9 additions & 0 deletions packages/create-vite/template-lit-ts/src/my-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ export class MyElement extends LitElement {
font-size: 3.2em;
}

a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
}
a:hover {
color: #535bf2;
}

button {
border-radius: 8px;
border: 1px solid transparent;
Expand Down