mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated tag line
This commit is contained in:
parent
e6c189bff5
commit
59bd78d71a
28
.github/assets/logo.svg
vendored
28
.github/assets/logo.svg
vendored
@ -1,7 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
|
||||
<foreignObject width="100%" height="100%">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml">
|
||||
<style>
|
||||
<foreignObject width="100%" height="100%">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml">
|
||||
<style>
|
||||
@keyframes backdrop {
|
||||
0% {
|
||||
transform: scale(0.9) rotateZ(45deg);
|
||||
@ -31,20 +31,20 @@
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 320px;
|
||||
height: 320px;
|
||||
font-family:
|
||||
system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial,
|
||||
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
||||
font-family:
|
||||
system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial,
|
||||
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
||||
letter-spacing: -1px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: relative;
|
||||
@ -80,8 +80,8 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<div class="container">
|
||||
</style>
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<div class="backdrop"></div>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 89">
|
||||
@ -230,8 +230,8 @@
|
||||
</svg>
|
||||
</div>
|
||||
<h1>Material for MkDocs</h1>
|
||||
<h2>Technical documentation that just works</h2>
|
||||
</div>
|
||||
</div>
|
||||
</foreignObject>
|
||||
<h2>Documentation that simply works</h2>
|
||||
</div>
|
||||
</div>
|
||||
</foreignObject>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.1 KiB |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.2.9",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
"documentation",
|
||||
|
Loading…
Reference in New Issue
Block a user