diff --git a/public/stylesheets/framework/color.css b/public/stylesheets/framework/color.css index 7df9350..dcec1e6 100644 --- a/public/stylesheets/framework/color.css +++ b/public/stylesheets/framework/color.css @@ -28,6 +28,9 @@ a:visited { #flash_failure { color: beige; background: firebrick; } +#flash_notice { + color: snow; + background: dimgray; } /* errors */ -- libgit2 0.21.2