diff options
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r-- | cosmo/bootstrap.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css index 506de913..79686ee8 100644 --- a/cosmo/bootstrap.css +++ b/cosmo/bootstrap.css @@ -5148,6 +5148,30 @@ blockquote small { .muted { color: #bbbbbb; } +.text-warning { + color: #ff7518; +} +a.text-warning:hover { + color: #e45c00; +} +.text-error { + color: #ff0039; +} +a.text-error:hover { + color: #cc002e; +} +.text-info { + color: #9954bb; +} +a.text-info:hover { + color: #7e3f9d; +} +.text-success { + color: #3fb618; +} +a.text-success:hover { + color: #2f8912; +} .navbar .navbar-inner { background-image: none; -webkit-box-shadow: none; |