Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomlala committed Jul 9, 2021
1 parent 2fdf9cc commit e4d6605
Showing 1 changed file with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,60 @@
title="docsify-darklight-theme"
type="text/css"
/>
<link rel="stylesheet" href="https://raw.githubusercontent.com/jhomlala/betterplayer/master/docs/assets/style.css">
<style>
body .app-nav {
color: #34495e !important;
}
.cover {
color: #34495e !important;
}

.cover #better-player .anchor span {
color: #34495e !important;
}

section.cover {
min-height: 100vh;
height: auto !important;
padding: 2em 0.5em;
}

section.cover .cover-main {
z-index: 0;
}

section.cover .cover-main > .buttons a {
border-radius: 2rem;
border: 1px solid var(--theme-color, #42b983);
box-sizing: border-box;
color: var(--theme-color, #42b983);
display: inline-block;
font-size: 1.05rem;
letter-spacing: 0.1rem;
margin: 0.5rem 1rem;
padding: 0.75em 2rem;
text-decoration: none;
transition: all 0.15s ease;
}
section.cover .cover-main > .buttons a:last-child {
background-color: var(--theme-color, #42b983);
color: #fff;
}
section.cover .cover-main > .buttons a:last-child:hover {
color: inherit;
opacity: 0.8;
}
section.cover .cover-main > .buttons a:hover {
color: inherit;
}
section.cover blockquote > .buttons > a {
border-bottom: 2px solid var(--theme-color, #42b983);
transition: color 0.3s;
}
section.cover blockquote > .buttons > a:hover {
color: var(--theme-color, #42b983);
}
</style>

</head>
<body>
Expand Down

0 comments on commit e4d6605

Please sign in to comment.