mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 23:43:45 +02:00
ui: fix links underline
This commit is contained in:
@@ -51,11 +51,13 @@ export const Box = styled.div`
|
||||
position: relative;
|
||||
color: #fff !important;
|
||||
font-weight: 400 !important;
|
||||
background: none !important;
|
||||
border-bottom: 1px solid #fff;
|
||||
margin-bottom: 1px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
font-size: 18px;
|
||||
transition: none !important;
|
||||
|
||||
&:hover {
|
||||
background: none;
|
||||
@@ -66,6 +68,7 @@ export const Box = styled.div`
|
||||
}
|
||||
|
||||
&::after {
|
||||
margin-left: 4px;
|
||||
position: absolute;
|
||||
left: 100%;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user