Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update barnhouse.css
  • Loading branch information
jac18042 committed Feb 1, 2020
1 parent 415a33e commit 712c722
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions barnhouse.css
Expand Up @@ -92,26 +92,3 @@ li a:hover:not(.active) {
.brightness img:hover {
opacity: .5;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
background-color: #f1f1f1;
color: #444;
cursor: pointer;
width: 50%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
display: none;
overflow: hidden;
background-color: #f1f1f1;
}

0 comments on commit 712c722

Please sign in to comment.