Skip to content

Commit

Permalink
Landing Page: Improve design (#673)
Browse files Browse the repository at this point in the history
* Landing Page: Improve design

* Restore link color
  • Loading branch information
t-hamano authored Jun 18, 2024
1 parent 4d275c7 commit 8fa60a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/admin-landing-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
margin: 0;
}
&__body {
font-weight: 200;
padding: 40px 0;
p {
margin-top: 0;
Expand Down Expand Up @@ -73,6 +72,10 @@
}
details {
padding-bottom: 20px;

summary {
cursor: pointer;
}
}
}
}
Expand Down

0 comments on commit 8fa60a5

Please sign in to comment.