mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +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;
|
display: flex;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: ${(props) => transparentize(0.1, props.theme.sidebar.foreground)};
|
color: rgba(255, 255, 255, 0.9);
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|||||||
Reference in New Issue
Block a user