diff --git a/account/account.php b/account/account.php index e576395..33c3ac8 100644 --- a/account/account.php +++ b/account/account.php @@ -10,15 +10,31 @@
- +".$token['code']."
"; + } + } } else { echo "You must be logged in to change your account settings!
"; echo "Login!"; diff --git a/css/master.css b/css/master.css index 8a76a01..aff9dd1 100644 --- a/css/master.css +++ b/css/master.css @@ -274,6 +274,20 @@ body { display: inline; } +.text-box { + padding: 0.5rem; + + display: block; + + font-size: 16px; + + text-decoration: none; + + background-color: var(--black); + border: none; + border-radius: var(--rad); +} + /* -=-=-= ALERT =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */