Patch: Tidy up of style code and fix to authentication logic
Feat: Added ability to access user's username through AuthContext
This commit is contained in:
@@ -20,25 +20,6 @@
|
||||
background: #555;
|
||||
}
|
||||
|
||||
.bg-repeat {
|
||||
animation: moving_bg 200s linear infinite;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.bg-repeat {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes moving_bg {
|
||||
0% {
|
||||
background-position: 0% 0%;
|
||||
}
|
||||
100% {
|
||||
background-position: 100% 0%;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
:root {
|
||||
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user