Ver código fonte

Improve color of yellow box.

pull/24/head
Ben Kurtovic 10 anos atrás
pai
commit
7ffc3a0de2
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      static/style.css

+ 2
- 2
static/style.css Ver arquivo

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

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

div.red-box {


Carregando…
Cancelar
Salvar