fix: Head title style

This commit is contained in:
Suraj Shetty 2020-09-09 14:54:02 +05:30
parent e287791a45
commit e76151024b

View file

@ -369,8 +369,8 @@ input[type="checkbox"] {
}
.head-title {
font-size: var(--text-lg);
font-weight: 500;
font-size: var(--text-xl);
font-weight: 700;
color: var(--heading-color);
}