hexo
This commit is contained in:
13
themes/next/source/css/_common/components/third-party/gitment.styl
vendored
Normal file
13
themes/next/source/css/_common/components/third-party/gitment.styl
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
#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;
|
||||
}
|
Reference in New Issue
Block a user