diff options
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 21591cb14c..fca214b396 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -112,6 +112,12 @@ pre { } } } + &.black { + color: #444; + &:hover { + color: #000; + } + } &.grey { color: #767676 !important; a { @@ -143,6 +149,9 @@ pre { &.small { font-size: 0.75em; } + &.normal { + font-weight: normal; + } &.bold { font-weight: bold; } |