Fix header title and subtitle

This commit is contained in:
Jose Gonzalez 2023-02-20 17:26:58 +01:00
parent 7a1d7f9087
commit 82ab2af20a

View File

@ -2545,14 +2545,14 @@ div#pandora_logo_header {
} }
.header_title { .header_title {
font-size: 12px;
color: #161628;
font-weight: 600; font-weight: 600;
font-size: 10.5pt;
color: #303030;
} }
.header_subtitle { .header_subtitle {
font-size: 10pt; font-size: 15px;
color: #606060; color: #8a96a6;
font-weight: 300; font-weight: 300;
} }