diff --git a/config.json b/config.json index 9923f34..c67eb0f 100644 --- a/config.json +++ b/config.json @@ -1,8 +1,8 @@ [ { - "username": "k4ustu3h", - "name": "K4USTU3H", - "userimg": "https://avatars1.githubusercontent.com/u/49553711?v=4", + "username": null, + "name": null, + "userimg": null, "sort": "updated", "order": "asc", "includeFork": true, diff --git a/index.css b/index.css index c031401..30dd3da 100644 --- a/index.css +++ b/index.css @@ -124,10 +124,14 @@ body { margin: 1.5vh 0px; } +.hidden { + opacity: 0; +} + #username { - font-size: 18px; - font-weight: bold; font-family: "Asap Condensed", sans-serif; + font-size: 18px; + color: white; } #username span { @@ -135,6 +139,13 @@ body { font-family: "Asap Condensed", sans-serif; } +.console-underscore { + display: inline-block; + position: relative; + top: -0.14em; + left: 10px; +} + #userbio { font-size: 26px; font-family: "Asap", sans-serif; diff --git a/index.html b/index.html deleted file mode 100644 index 8e27175..0000000 --- a/index.html +++ /dev/null @@ -1,140 +0,0 @@ -
- - - -