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