Updated subtitle
This commit is contained in:
parent
d2b63d78d8
commit
e8fc2f2655
|
@ -24,7 +24,7 @@
|
|||
/* Base colors */
|
||||
@define-color base #fff;/* Base color */
|
||||
@define-color background #fff;/* Background color */
|
||||
@define-color foreground #3F3F3F;/* Foreground color */
|
||||
@define-color foreground #555;/* Foreground color */
|
||||
@define-color border #D8D8D8;/* Borders color */
|
||||
@define-color separator alpha(#000, 0.2);/* Separator color */
|
||||
@define-color text @foreground;/* Text color */
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
}
|
||||
|
||||
.action-bar .subtitle {
|
||||
color: inherit;
|
||||
font: 9;
|
||||
padding: 0px 12px 0px 12px;
|
||||
}
|
||||
|
|
|
@ -56,6 +56,11 @@
|
|||
/* Subtitle */
|
||||
.header-bar .subtitle {
|
||||
font: 9;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.header-bar .subtitle:backdrop {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue