diff options
Diffstat (limited to 'spacelab/bootstrap.css')
-rw-r--r-- | spacelab/bootstrap.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/spacelab/bootstrap.css b/spacelab/bootstrap.css index 97413e95..2561466f 100644 --- a/spacelab/bootstrap.css +++ b/spacelab/bootstrap.css @@ -6168,6 +6168,42 @@ a.badge:focus { position: fixed; } +.text-warning { + color: #d47500; +} + +a.text-warning:hover, +a.text-warning:focus { + color: #a15900; +} + +.text-error { + color: #cd0200; +} + +a.text-error:hover, +a.text-error:focus { + color: #9a0200; +} + +.text-info { + color: #3399f3; +} + +a.text-info:hover, +a.text-info:focus { + color: #0e80e5; +} + +.text-success { + color: #3cb521; +} + +a.text-success:hover, +a.text-success:focus { + color: #2e8a19; +} + .navbar .brand { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: color ease-in-out 0.2s; |