diff options
author | kolaente <konrad@kola-entertainments.de> | 2019-01-23 19:58:38 +0100 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-01-23 13:58:38 -0500 |
commit | 0b510725c97452bac57ff0080df10f6177aa2a6e (patch) | |
tree | b9405cf290057698b32cf0acacc0d627f223ed6d /public/less/_base.less | |
parent | 6ad834e236756e7ba3de27e59681080a7ec4fcf1 (diff) | |
download | gitea-0b510725c97452bac57ff0080df10f6177aa2a6e.tar.gz gitea-0b510725c97452bac57ff0080df10f6177aa2a6e.zip |
Feature: Archive repos (#5009)
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 3495024cc2..787da1e66f 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -629,3 +629,11 @@ footer { .heatmap-color-5 { background-color: #2f6b1b; } + +.archived-icon{ + color: lighten(#000, 70%) !important; +} + +.archived-icon{ + color: lighten(#000, 70%) !important; +} |