Skip to content

Commit

Permalink
Update kryeion.css
Browse files Browse the repository at this point in the history
  • Loading branch information
isocroft committed Nov 16, 2017
1 parent b90b309 commit c711ff4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/kryeion.css
Original file line number Diff line number Diff line change
Expand Up @@ -713,19 +713,19 @@
/* Stylish Heading / Content Rule */

.kr-hr {
background:#acacac;
margin:20px -25px 35px;
padding:0 25px 1px;
background-color:transparent !important;
margin:20px 1px 35px;
padding:10px 15px !important;
position:relative;
color:#ffffff;
border-bottom:1px solid #acacac !important;
}

.kr-hr:before {
position:absolute;
display:block;
border-color:transparent;
border-style:solid;
bottom:-13px;
bottom:-14px;
left:45px;
border-top-color:#acacac;
content:" ";
Expand All @@ -746,8 +746,7 @@
border-width:6px;
box-sizing:border-box !important;
z-index:2;
}

}

/* Icons */

Expand Down

0 comments on commit c711ff4

Please sign in to comment.