Skip to content
Snippets Groups Projects
Commit 9f732edf authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

more state backgrounds

parent 914a12e9
Branches
No related tags found
No related merge requests found
......@@ -1244,13 +1244,19 @@ body {
background: rgba( 255, 255, 255, 0.6 );
}
.cobalt .reveal .state-background {
background: rgba( 22, 152, 213, .6 );
background: rgba( 22, 152, 213, 0.6 );
}
.mint .reveal .state-background {
background: rgba( 22, 213, 75, .6 );
background: rgba( 22, 213, 75, 0.6 );
}
.submerge .reveal .state-background {
background: rgba(12, 25, 77, .6);
background: rgba( 12, 25, 77, 0.6);
}
.lila .reveal .state-background {
background: rgba( 180, 50, 140, 0.6 );
}
.sunset .reveal .state-background {
background: rgba( 255, 122, 0, 0.6 );
}
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment