mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
Prevent sidebar title from changing colors
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
8336baf0b0
commit
c8cf9dae0b
@@ -59,7 +59,7 @@ export const Title = styled.div`
|
||||
display: flex;
|
||||
flex: 1 0 auto;
|
||||
align-items: center;
|
||||
color: ${(props) => transparentize(0.1, props.theme.sidebar.foreground)};
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
font-weight: 700;
|
||||
|
||||
Reference in New Issue
Block a user