diff --git a/NEWS b/NEWS index aa524e4..ad39608 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,8 @@ - New style for buttons + - New style for alerts + - New Palette based on a work by Tobias Bernard for the Fractal application - Color that aren't based on semantics diff --git a/css/style.css b/css/style.css index 7a10358..0ef80d8 100644 --- a/css/style.css +++ b/css/style.css @@ -234,6 +234,21 @@ a.list-group-item:hover { outline: none; } +/* ------------------ ALERTS ------------------- */ + +.alert { + border-style:solid; + border-width:1px; + border-color:rgba(0, 0, 0, 0.3); + color:rgba(0, 0, 0, 0.7); + box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3) +} + +.alert a, .alert-link { + color:rgba(0, 0, 0, 0.7); + font-weight:bold; +} + /* ------------------ BREADCRUMB ------------------- */ .breadcrumb {