Skip to content

Instantly share code, notes, and snippets.

@daimac178
Last active May 15, 2018 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daimac178/9592a2340b6e596069301bab99aef83b to your computer and use it in GitHub Desktop.
Save daimac178/9592a2340b6e596069301bab99aef83b to your computer and use it in GitHub Desktop.
/************************************
** サイドバーウィジェットの変更
************************************/
.sidebar h3 {
position: relative;
padding-left: 25px;
}
.sidebar h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #CC543A;
}
.sidebar h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #CC543A;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment