Skip to content

Commit

Permalink
🎨style: amend theme
Browse files Browse the repository at this point in the history
  • Loading branch information
songhw committed Mar 15, 2018
1 parent 7273773 commit bf05ac7
Show file tree
Hide file tree
Showing 5 changed files with 960 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<p align="center">
<a href="https://l-hammer.github.io/You-need-to-know-css/#/">
<img src="./static/YNTKC-logo.png" width="152">
<img src="./static/logo.png" width="152">
</a>
<h3 align="center">You-need-to-know-css</h3>
<p align="center">
Expand Down
38 changes: 37 additions & 1 deletion assets/style.css → assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ label{

/* cover gitalk.css */

.gt-container a {
/* .gt-container a {
color: #42B983;
}
.gt-container a:hover {
Expand Down Expand Up @@ -117,6 +117,42 @@ label{
}
.gt-container .gt-comment-username {
color: #42B983;
} */

.gt-container a {
color: #b4a078;
}
.gt-container a:hover {
color: #C3B393;
border-color: #C3B393;
}

.gt-container .gt-svg svg {
fill: #b4a078;
}
.gt-container .gt-spinner::before {
border-top-color: #b4a078;
}
.gt-container .gt-btn {
background-color: #b4a078;
}
.gt-container .gt-btn:hover {
background-color: #C3B393;
}
.gt-container .gt-link {
border-bottom: 1px dotted #b4a078;
}
.gt-container .gt-user .is--poping .gt-ico svg {
fill: #b4a078;
}
.gt-container .gt-popup .gt-action.is--active:before {
background: #b4a078;
}
.gt-container .gt-header-controls-tip {
color: #b4a078;
}
.gt-container .gt-comment-username {
color: #b4a078;
}

/* elastic */
Expand Down
Loading

0 comments on commit bf05ac7

Please sign in to comment.