diff options
Diffstat (limited to 'public/ng/less/gogs/base.less')
-rw-r--r-- | public/ng/less/gogs/base.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less index 0cadabe8..8d22557a 100644 --- a/public/ng/less/gogs/base.less +++ b/public/ng/less/gogs/base.less @@ -230,4 +230,13 @@ clear: both; cursor: pointer; font-weight: bold; } +} +.text-success { + color: #3c763d; +} +.text-blue { + color: #15c; +} +.text-red { + color: #DD4B39; }
\ No newline at end of file |