Explorar el Código

Improve color of yellow box.

pull/24/head
Ben Kurtovic hace 10 años
padre
commit
7ffc3a0de2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      static/style.css

+ 2
- 2
static/style.css Ver fichero

@@ -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 {


Cargando…
Cancelar
Guardar