mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-25 07:12:44 -04:00
Adjusted font weight of site title
This commit is contained in:
@@ -174,6 +174,11 @@
|
||||
transform: translateX(px2rem(-25px));
|
||||
}
|
||||
}
|
||||
|
||||
// Adjust font weight of site title
|
||||
&:first-child {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
// Header title
|
||||
|
||||
Reference in New Issue
Block a user