forked from opera-gaming/gxmods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopera.css
More file actions
11 lines (10 loc) · 693 Bytes
/
opera.css
File metadata and controls
11 lines (10 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
body {
/* Three ways to use primary (accent) color */
color: env(-opera-gx-accent-color);
/*color: rgb(env(-opera-gx-accent-color-r), env(-opera-gx-accent-color-g), env(-opera-gx-accent-color-b));*/
/*color: hsl(env(-opera-gx-accent-color-h), env(-opera-gx-accent-color-s), env(-opera-gx-accent-color-l));*/
/* Three ways to use secondary (background) color */
background: env(-opera-gx-background-color);
/*background: rgb(env(-opera-gx-background-color-r), env(-opera-gx-background-color-g), env(-opera-gx-background-color-b));*/
/*background: hsl(env(-opera-gx-background-color-h), env(-opera-gx-background-color-s), env(-opera-gx-background-color-l));*/
}