mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Add clarity theme
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
bbe80790b7
commit
1221502140
2 changed files with 43 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ Current available themes:
|
|||
* anon-pro - [preview](https://b.mit-license.org) (by [@bbbrrriiiaaannn](https://github.com/bbbrrriiiaaannn))
|
||||
* richienb - [preview](https://richienb.github.io/mit-license-richienb-theme/demo) (by [@Richienb](https://github.com/Richienb)). *Dark variant: `richienb-dark` - [preview](https://richienb.github.io/mit-license-richienb-theme/demo-dark).*
|
||||
* tryhtml - [preview](https://output.jsbin.com/cawihuwuku) (by [@abranhe](https://github.com/abranhe))
|
||||
* clarity - [preview](https://output.jsbin.com/wexexamada) (by [@Richienb](https://github.com/Richienb))
|
||||
|
||||
## Formats & URLs
|
||||
|
||||
|
|
|
|||
42
themes/clarity.css
Normal file
42
themes/clarity.css
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Roboto&display=swap");
|
||||
@import url("https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.min.css");
|
||||
|
||||
article {
|
||||
max-width: 1000px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 24px;
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
footer {
|
||||
max-width: 1000px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 500;
|
||||
font-family: Poppins, Roboto, Helvetica, Arial, sans-serif;
|
||||
color: #3c4043;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
line-height: 24px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #2962ff;
|
||||
}
|
||||
|
||||
#gravatar {
|
||||
border-radius: 50%;
|
||||
}
|
||||
Loading…
Reference in a new issue