Rose pine colorscheme variants for the search engine (#550)

* created 3 rose pine color schemes for more customization

* adjusted simple.css about logo container svg to use the logo color variable and match the search container
This commit is contained in:
Phetzy 2024-03-24 03:31:17 -04:00 committed by GitHub
parent 236e8871c6
commit ce4912b9c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 38 additions and 1 deletions

View file

@ -482,6 +482,7 @@ footer div {
.about-container article .logo-container svg {
width: clamp(200px, 530px, 815px);
color: var(--logo-color);
}
.about-container article .text-block {
@ -858,4 +859,4 @@ input:checked + .slider::before {
.feature-card {
border-radius: 0;
}
}
}