initial
This commit is contained in:
24
themes/next/source/css/_common/components/third-party/gitment.styl
vendored
Normal file
24
themes/next/source/css/_common/components/third-party/gitment.styl
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
#gitment-display-button {
|
||||
display: inline-block;
|
||||
padding: 0 15px;
|
||||
color: #0a9caf;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
border: 1px solid #0a9caf;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#gitment-display-button:hover {
|
||||
color: #fff;
|
||||
background: #0a9caf;
|
||||
}
|
||||
|
||||
#gitment-container a {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
if hexo-config('gitment.cleanly') {
|
||||
a.gitment-editor-footer-tip, .gitment-container.gitment-footer-container {
|
||||
hide();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user