Update home page to Gitea (#138)

This commit is contained in:
Andrey Nering 2016-11-10 22:50:31 -02:00 committed by Lunny Xiao
parent 52cc3fd36a
commit 96c9fef35f
5 changed files with 27 additions and 27 deletions

View file

@ -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;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

View file

@ -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;
}
}