refactor: rename user

This commit is contained in:
John Emerson
2022-05-02 10:16:31 -03:00
parent ec357f05ca
commit 90a6bfb1a1
5 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
:root {
--bgColor: #223344;
--bgColor2: #090a0f;
--accentColor: #E6E6E6;
--accentColor: #FFF;
--font: 'Karla', sans-serif;
--delay: .3s;
}
@@ -28,7 +28,7 @@ body {
width: 96px;
height: 96px;
display: block;
margin: 35px auto 20px;
margin: 40px auto 20px;
border-radius: 50%;
-webkit-tap-highlight-color: transparent;
}