Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
HTML card border style
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnONolan committed Mar 22, 2017
1 parent 9adb990 commit 517111e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/styles/addons/gh-koenig/gh-koenig.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,12 @@ textarea.ed_code {
box-shadow: var(--lightgrey) 0 0 0 1px inset, #fff 0 0 0 15px inset;
border-radius: 3px;
}


/**
* HTML Card
*/

.kg-html-card {
border: #ddd 1px solid;
}

0 comments on commit 517111e

Please sign in to comment.