HighContrast: Fix font: usage
This commit is contained in:
parent
68ce676498
commit
492a406bbd
@ -1216,7 +1216,7 @@ headerbar {
|
||||
}
|
||||
|
||||
.title {
|
||||
font: Bold;
|
||||
font-weight: bold;
|
||||
padding: 0px 12px;
|
||||
}
|
||||
.subtitle {
|
||||
|
@ -1287,7 +1287,7 @@ headerbar {
|
||||
box-shadow: none; }
|
||||
.titlebar .title,
|
||||
headerbar .title {
|
||||
font: Bold;
|
||||
font-weight: bold;
|
||||
padding: 0px 12px; }
|
||||
.titlebar .subtitle,
|
||||
headerbar .subtitle {
|
||||
|
@ -1291,7 +1291,7 @@ headerbar {
|
||||
box-shadow: none; }
|
||||
.titlebar .title,
|
||||
headerbar .title {
|
||||
font: Bold;
|
||||
font-weight: bold;
|
||||
padding: 0px 12px; }
|
||||
.titlebar .subtitle,
|
||||
headerbar .subtitle {
|
||||
|
Loading…
Reference in New Issue
Block a user