diff --git a/library.css b/library.css index ec3cb82..baada72 100644 --- a/library.css +++ b/library.css @@ -1467,26 +1467,18 @@ ul.recentyears { /* Landing gradient title section*/ -.title-section { - background-image: linear-gradient(to right, #FFFFFF, #F0F0F0); - padding-right: 10px; - padding-top: 5px; - padding-bottom: 5px; - border-radius: 4px; - position: relative; +.title-section h1 { + font-size: 28px; + font-weight: 400; } .title-section .under-curation { - background-image: url("./under_curation.svg"); - height: 17px; - width: 13px; - display: inline-block; + color: #DE8366; } /* theme */ .uk-modal .title-section h1, .feedback-page .title-section h1 { font-size: 18px; - font-family: "Open Sans"; font-weight: 400; }