do registration in separate tab

This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent ca6b399dce
commit dcabbbf4dd
2 changed files with 3 additions and 3 deletions

View file

@ -174,7 +174,7 @@ body {
}
.videos a {
color: var(--dark)
color: var(--white);
}
.progressbar,
@ -277,7 +277,7 @@ body {
flex-direction: row;
flex-wrap: wrap;
align-items: center;
background: var(--dark);
background: var(--black);
margin-top: -30px;
padding: .5rem
}