diff options
Diffstat (limited to 'web_src/less/_dashboard.less')
-rw-r--r-- | web_src/less/_dashboard.less | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less index c925512f29..1330b04abb 100644 --- a/web_src/less/_dashboard.less +++ b/web_src/less/_dashboard.less @@ -156,16 +156,12 @@ background-color: #fcf8e9; } - a { - padding: 6px 1.2em; + .repo-list-link { + padding: 6px 1em; display: block; .svg { - color: var(--color-secondary-dark-6); - - &.rear { - font-size: 15px; - } + color: var(--color-text-light-2); } .star-num { |