clean: change a color
This commit is contained in:
parent
a3301572e1
commit
9a33ba64a2
@ -61,4 +61,10 @@ body * {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user