add color scheme change

This commit is contained in:
lauralani 2022-11-16 20:55:52 +01:00
parent 458db160cf
commit a96e9b4245

View file

@ -42,7 +42,7 @@ h3 {
line-height: 100%; line-height: 100%;
margin-top: 2rem; margin-top: 2rem;
margin-bottom: 1rem; margin-bottom: 1rem;
color: #c2f486; color: #d66388;
} }
h1:before { h1:before {
@ -79,3 +79,7 @@ strong:after {
content: "**"; content: "**";
content: "**"/ ""; content: "**"/ "";
} }
strong {
color: #d66388
}