Skip to content

Commit

Permalink
tutorial movie bg is light yellow, black text, and spotlights tint th…
Browse files Browse the repository at this point in the history
…e coverage area light yellow for better visibility.
  • Loading branch information
toolness committed Mar 22, 2012
1 parent 9d84e55 commit 36f1f8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions static/stylesheets/tutorial.css
Expand Up @@ -12,14 +12,14 @@ section#editor {
width: 100%;
height: 185px;
overflow: hidden;
background: #001a42;
color: white;
background: #ffff66;
}

.spotlight {
position: absolute;
border: 1px solid blue;
box-shadow: 0 0 10px blue;
border: 1px solid #ffff66;
background-color: rgba(255, 255, 102, 0.5);
box-shadow: 0 0 10px #ffff66;
z-index: 10000;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
Expand Down Expand Up @@ -72,7 +72,7 @@ section#editor {
.tutorial-movie .dialogue {
font-family: Baskerville, Georgia;
font-size: 25px;
color: white;
color: black;
padding: 10px;
-moz-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
Expand Down

0 comments on commit 36f1f8a

Please sign in to comment.