Browse Source

Improve color of yellow box.

pull/24/head
Ben Kurtovic 10 years ago
parent
commit
7ffc3a0de2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      static/style.css

+ 2
- 2
static/style.css View File

@@ -127,8 +127,8 @@ div.green-box {
} }


div.yellow-box { div.yellow-box {
background-color: #FFE;
border: 1px solid #FF7;
background-color: #FFD;
border: 1px solid #EE5;
} }


div.red-box { div.red-box {


Loading…
Cancel
Save