gtk3-demo: Fix some css warnings
Update the font: syntax to follow css.
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
transition-property: color, background-color, border-color, background-image, padding, border-width;
|
transition-property: color, background-color, border-color, background-image, padding, border-width;
|
||||||
transition-duration: 1s;
|
transition-duration: 1s;
|
||||||
|
|
||||||
font: Cantarell 20px;
|
font: 20px Cantarell;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Make the text editor has a nice style */
|
/* Make the text editor has a nice style */
|
||||||
.view {
|
.view {
|
||||||
color: #2e3436;
|
color: #2e3436;
|
||||||
font: Monospace;
|
font-family: Monospace;
|
||||||
background-color: alpha(white, 0.30);
|
background-color: alpha(white, 0.30);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user