Remove some css changes that were supposed to be local-only
This commit is contained in:
parent
67d2d809e8
commit
457642a62d
|
@ -19,11 +19,11 @@ div.card-header-title, div.card-header-icon {
|
|||
}
|
||||
|
||||
.media {
|
||||
/* background-color: white; */
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
|
||||
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
|
||||
/* color: #4a4a4a; */
|
||||
color: #4a4a4a;
|
||||
padding: 1.25rem;
|
||||
margin-bottom: 0.75rem;
|
||||
margin-top: 0.75rem;
|
||||
|
@ -49,7 +49,7 @@ figure.media-left p.image a img
|
|||
}
|
||||
|
||||
.active-context {
|
||||
/* background-color: #FFF8DC; */
|
||||
background-color: #FFF8DC;
|
||||
}
|
||||
|
||||
h2.subtitle
|
||||
|
|
Loading…
Reference in New Issue