diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2016-11-10 22:50:31 -0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2016-11-11 08:50:31 +0800 |
commit | 96c9fef35f919fc2809cff989e215955402fa3f7 (patch) | |
tree | 228bd950a375297d543124d7d7bf37341ee27766 /public | |
parent | 52cc3fd36a60add3780b9684f811fe2caf602c31 (diff) | |
download | gitea-96c9fef35f919fc2809cff989e215955402fa3f7.tar.gz gitea-96c9fef35f919fc2809cff989e215955402fa3f7.zip |
Update home page to Gitea (#138)
Diffstat (limited to 'public')
-rw-r--r-- | public/css/index.css | 4 | ||||
-rw-r--r-- | public/img/gogs-large-resize.png | bin | 54903 -> 0 bytes | |||
-rw-r--r-- | public/img/gogs-lg.png | bin | 95304 -> 0 bytes | |||
-rw-r--r-- | public/less/_home.less | 4 |
4 files changed, 4 insertions, 4 deletions
diff --git a/public/css/index.css b/public/css/index.css index 91bea62694..a05802118f 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -857,7 +857,7 @@ footer .ui.language .menu { font-size: 3em; } .home .hero .octicon { - color: #d9453d; + color: #5aa509; font-size: 40px; width: 50px; } @@ -871,7 +871,7 @@ footer .ui.language .menu { padding-top: 30px; } .home a { - color: #d9453d; + color: #5aa509; } .signup { padding-top: 15px; diff --git a/public/img/gogs-large-resize.png b/public/img/gogs-large-resize.png Binary files differdeleted file mode 100644 index dc66c1ab32..0000000000 --- a/public/img/gogs-large-resize.png +++ /dev/null diff --git a/public/img/gogs-lg.png b/public/img/gogs-lg.png Binary files differdeleted file mode 100644 index 9fa0a9da35..0000000000 --- a/public/img/gogs-lg.png +++ /dev/null diff --git a/public/less/_home.less b/public/less/_home.less index 01165249c2..65f1256615 100644 --- a/public/less/_home.less +++ b/public/less/_home.less @@ -14,7 +14,7 @@ font-size: 3em; } .octicon { - color: #d9453d; + color: #5aa509; font-size: 40px; width: 50px; } @@ -29,7 +29,7 @@ padding-top: 30px; } a { - color: #d9453d; + color: #5aa509; } } |