From 84e1e9c67fc916704fb7cbacd4c0e44673b0b9c0 Mon Sep 17 00:00:00 2001 From: Jacob Gube Date: Sun, 11 Jan 2015 11:38:47 +0800 Subject: [PATCH] Convert hex color value to uppercase letters Prefer #BBB over #bbb for hex-color-value consistency. --- css/skeleton.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..762b374 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -184,7 +184,7 @@ input[type="button"] { white-space: nowrap; background-color: transparent; border-radius: 4px; - border: 1px solid #bbb; + border: 1px solid #BBB; cursor: pointer; box-sizing: border-box; } .button:hover,