do registration in separate tab
This commit is contained in:
parent
ca6b399dce
commit
dcabbbf4dd
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue