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