add stream button
This commit is contained in:
parent
b2e465abc4
commit
8153caea03
3 changed files with 23 additions and 0 deletions
|
@ -57,3 +57,22 @@ header {
|
|||
.nav-item.active::after {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.nav-item-stream {
|
||||
padding: .75rem 1.4rem;
|
||||
border: 2px solid var(--color-primary);
|
||||
border-radius: 3rem;
|
||||
color: var(--color-primary);
|
||||
font-family: Aileron;
|
||||
font-weight: 500;
|
||||
letter-spacing: 2px;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
transition: .2s ease-out;
|
||||
transition-property: color, background-color;
|
||||
}
|
||||
|
||||
.nav-item-stream:hover {
|
||||
color: var(--color-livestream-active);
|
||||
background-color: var(--color-primary);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue