update FAQ old color

This commit is contained in:
2025-02-19 13:48:32 +02:00
parent c98e4d680f
commit 79f581b25b
11 changed files with 55 additions and 19 deletions

View File

@@ -62,8 +62,8 @@ html :is(.admonition) > :last-child {
padding-block: 0.8rem;
padding-inline: 4rem 1.2rem;
font-weight: 700;
background-color: rgba(68, 138, 255, 0.1);
border: 0 solid #448aff;
background-color: hsla(0,0%,100%,.05)!important;
border: 0 solid #c9c9c9;
border-inline-start-width: 0.4rem;
border-start-start-radius: 0.2rem;
display: flex;
@@ -343,7 +343,7 @@ html :is(.admonition-title, summary):last-child {
}
:is(summary)::after {
background-color: black;
background-color: rgb(255, 255, 255);
mask-image: var(--md-details-icon);
-webkit-mask-image: var(--md-details-icon);
mask-repeat: no-repeat;

View File

@@ -297,8 +297,7 @@ background-color:#5596f5 !important;
font-family: "Inter", sans-serif !important;
}
p {
@apply text-lg;
color: #3d3d3d;
@apply text-lg text-gray-200 font-light;
font-family: "Inter", sans-serif !important;
}
blockquote {