Adding styles for links in header
This commit is contained in:
@ -33,4 +33,20 @@
|
||||
height: 2rem;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
>a {
|
||||
font-size: 1rem;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding: .5rem;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
filter: brightness(.95);
|
||||
}
|
||||
|
||||
&:active {
|
||||
filter: brightness(1.05);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user