blob: fddbe16aac000d5183863f173f451c754c78ab22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* A style sheet for Chrome platform apps.
*/
@namespace "http://www.w3.org/1999/xhtml";
html {
background-color: #cccccf;
color: #333;
-webkit-user-select: none;
cursor: default;
}
|