diff --git a/config.json b/config.json index 1d453ed..d2bef05 100644 --- a/config.json +++ b/config.json @@ -13,10 +13,11 @@ "dribbble": "k4ustu3h", "email": "k4ustu3h@gmail.com", "facebook": "k4ustu3h", - "instagram": "k4ustu3h", + "instagram": "k4ustu3h_", "keybase": "k4ustu3h", "reddit": "kaustubhladiya", "telegram": "k4ustu3h", - "twitter": "k4ustu3h_" + "twitter": "k4ustu3h_", + "xda": "9461231" } ] diff --git a/index.css b/index.css index c0e87db..0d0bded 100644 --- a/index.css +++ b/index.css @@ -383,83 +383,12 @@ body { background: var(--text-color); } -/* Material Icons */ -.mdi::before { +/* Iconify */ + +.iconify { font-size: 24px; line-height: 14px; } - -.btn .mdi::before { - position: relative; - top: 4px; -} - -.btn-xs .mdi::before { - font-size: 18px; - top: 3px; -} - -.btn-sm .mdi::before { - font-size: 18px; - top: 3px; -} - -.dropdown-menu .mdi { - width: 18px; -} - -.dropdown-menu .mdi::before { - left: -8px; - position: relative; - top: 4px; -} - -.nav .mdi::before { - position: relative; - top: 4px; -} - -.navbar .navbar-toggle .mdi::before { - color: #fff; - position: relative; - top: 4px; -} - -.breadcrumb .mdi::before { - position: relative; - top: 4px; -} - -.breadcrumb a:hover { - text-decoration: none; -} - -.breadcrumb a:hover span { - text-decoration: underline; -} - -.alert .mdi::before { - margin-right: 2px; - position: relative; - top: 4px; -} - -.input-group-addon .mdi::before { - position: relative; - top: 3px; -} - -.navbar-brand .mdi::before { - margin-right: 2px; - position: relative; - top: 2px; -} - -.list-group-item .mdi::before { - left: -3px; - position: relative; - top: 3px; -} :root { --bg-color: rgb(10, 10, 10); --text-color: #fff; diff --git a/index.html b/index.html index 5285668..0e3f8ea 100644 --- a/index.html +++ b/index.html @@ -6,10 +6,7 @@