From c05a70d198aabac250e656c489d6408f778c989a Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 11 May 2019 23:08:34 +0530 Subject: Update index.html --- index.html | 98 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 48 insertions(+), 50 deletions(-) diff --git a/index.html b/index.html index f829f26..756e5c3 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - StruglingDoge Repo + Navan's Repo @@ -9,65 +9,63 @@ - - - -
-

Struggling Doge Repo

- -

This is a Cydia/Sileo APT repo which contains some of my own themes/tweaks aswell as some other apps.

- -

Add to Sileo: Here

- -
- - +button { + font-size: 2em; + padding: 14px 28px; + cursor: pointer; + outline: none; + border: none; + border-radius: 10px; +} +.Cydia{ + margin-top:5%; + margin-left:5%; + background-color: #BC7F63; + color: #ffffff; +} +.Cydia:hover { + background: #ffffff; + color: #BC7F63; + +} -
+.Sileo{ + margin-top:5%; + margin-left:5%; + background-color: #29D0C6; + color: #ffffff; +} -
Still using Cydia? Tap here to add to Cydia
+.Sileo:hover{ + background-color: #ffffff; + color: #29D0C6; +} + + -
+ +

Navan's Repo

+ -- cgit v1.2.3