@sujaykumarh/docsify-plugin-footer
Version:
Docsify plugin custom page title
39 lines (33 loc) • 721 B
CSS
/**
* @license
*
* docsify-plugin-footer/plugin.css v1.2.0
* (https://github.com/Sujaykumarh/docsify-plugin-footer/)
*
* Copyright (c) 2021 Sujaykumar.Hublikar <hello@sujaykumarh.com>
* Github (@sujaykumarh)
*
* Licensed under Apache License, Version 2.0
*/
#customFooter{
border-top: 1px solid #e5e5e5;
padding-top: 2rem;
padding-bottom: 2rem;
width: 100%;
max-width: 80%;
margin: auto;
}
#customFooter .powered-by{
float: right;
}
#customFooter .copyright a{
padding-left: 5px;
}
#customFooter a{
color: var(--primary, #42b983);
text-decoration: underline dotted;
}
#customFooter a:hover{
color: var(--primary-dark, #2c7554);
text-decoration: underline;
}