Skip to content

Commit

Permalink
Update colors for upgrade notification and forgot-to-render prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed Sep 7, 2015
1 parent 80db135 commit d442cab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/common/forgot-to-render-prompt.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#markdown-here-forgot-to-render-prompt {
display: block;
z-index: 90001;
background-color: rgb(220,202,235);
background-color: #DFCCEA;
box-shadow: 0 4px 16px rgba(0,0,0,.2);
opacity: 1;
background-clip: padding-box;
Expand All @@ -71,14 +71,14 @@
padding: 1.5em;
font-family: Tahoma, Helvetica, arial, freesans, clean, sans-serif;
font-size: 16px;
color: #482168;
border: thin #482168 solid;
color: #3E055F;
border: thin #3E055F solid;
}

#markdown-here-forgot-to-render-head {
font-size: 1.2em;
margin-bottom: 0.8em;
text-shadow: 1px 1px 1px rgba(72, 33, 104, 0.23);
text-shadow: 1px 1px 1px rgba(72, 33, 104, 0.25);
}

#markdown-here-forgot-to-render-close {
Expand Down
4 changes: 2 additions & 2 deletions src/common/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

h1 {
color: #3E055F;
text-shadow: 1px 1px 1px #945AB7;
text-shadow: 1px 1px 1px rgba(72, 33, 104, 0.25);
vertical-align: top;
/* Needs to match the height of the image */
line-height: 48px;
Expand Down Expand Up @@ -98,7 +98,7 @@
font-size: 1.2em;
font-weight: bold;
color: #3E055F;
text-shadow: 1px 1px 1px #945AB7;
text-shadow: 1px 1px 1px rgba(72, 33, 104, 0.25);
}

.iframe-container {
Expand Down
6 changes: 3 additions & 3 deletions src/common/upgrade-notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#markdown-here-upgrade-notification-link {
font-family: Tahoma, Helvetica, arial, freesans, clean, sans-serif;
font-size: 16px;
color: #482168;
color: #3E055F;
}

#markdown-here-upgrade-notification-content {
Expand All @@ -56,10 +56,10 @@
bottom: 0;
right: 20px;
padding: 4px;
background-color: rgb(220,202,235);
background-color: #DFCCEA;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
box-shadow: 0 -1px 10px 2px #482168;
box-shadow: 0 -1px 10px 2px #510E79;
opacity: 0.95;
transition: opacity 1000ms;
}
Expand Down

0 comments on commit d442cab

Please sign in to comment.