From 712c72278de3ddd75728f5627416d277ed97a5e9 Mon Sep 17 00:00:00 2001 From: Jason A Cramer Date: Fri, 31 Jan 2020 20:19:32 -0500 Subject: [PATCH] Update barnhouse.css --- barnhouse.css | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/barnhouse.css b/barnhouse.css index 46e2f9c..4ca3e43 100644 --- a/barnhouse.css +++ b/barnhouse.css @@ -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; -}