Browse Source

fix org dashboard menu color

master
Unknwon 9 years ago
parent
commit
4d75db4811
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      public/css/gogs.min.css
  2. +1
    -1
      public/less/_dashboard.less

+ 1
- 1
public/css/gogs.min.css
File diff suppressed because it is too large
View File


+ 1
- 1
public/less/_dashboard.less View File

@@ -19,7 +19,7 @@
.ui.right .head.menu {
margin-top: -5px;
.item.active {
color: #d26911;
color: #d9453d;
}
}
}

Loading…
Cancel
Save