Lost some style elements after upgrade.
The most important loss are the background pictures for header and content.
Here my child style.css
/*
Theme Name: Hueman Child Theme
Theme URI: https://www.silent-gardens.com/blog/wp-content/themes
Description: Hueman Child Theme
Author: rwx-support
Author URI: https://www.silent-gardens.com
Template: hueman
Version: 1.1.0
*/
@import url(“../hueman/style.css”);
/* Put a picture in the header */
/*—————————- */
#header .pad {
padding-top: 28px;
padding-bottom: 30px;
}
#header {
background: url(bamboo-s.jpg);
position: relative;
padding-bottom: 60px; }
/* Make links more visible */
/*—————————- */
a {
color: #3b8dbd;
text-decoration: underline;
outline: 0;
}
a:hover {
color: #f00;
text-decoration: underline;
}
/* table content had been centered, now left */
/*—————————————— */
.entry table { font-size: 14px; margin-bottom: 1.5em; width: 100%; text-align: left; }
.entry table tr.alt { background: #f1f1f1; }
.entry table td { border-bottom: 1px solid #f1f1f1; text-align: left; padding: 5px; vertical-align: middle; }
.entry table th { font-weight: 600; text-align: left; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 5px; }