25 lines
433 B
Stylus
25 lines
433 B
Stylus
#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();
|
|
}
|
|
}
|