Cool-Y.github.io/themes/next/source/css/_common/components/third-party/gitment.styl

13 lines
266 B
Stylus
Raw Permalink Normal View History

2019-04-02 08:28:32 +00:00
#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;
}