mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-27 22:40:02 +01:00
add color scheme change
This commit is contained in:
parent
458db160cf
commit
a96e9b4245
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue