Stylizacja, zmiana mapy zasięgu
This commit is contained in:
@@ -33,21 +33,16 @@
|
||||
}
|
||||
|
||||
.fuz-markdown ul li::marker {
|
||||
color: var(--fuz-accent);
|
||||
@apply text-[--f-text];
|
||||
}
|
||||
|
||||
.dark .fuz-markdown ul li::marker {
|
||||
color: var(--fuz-accent);
|
||||
}
|
||||
|
||||
.fuz-markdown a {
|
||||
@apply no-underline hover:no-underline text-[var(--f-link-text)];
|
||||
}
|
||||
|
||||
.fuz-markdown button.modal-link {
|
||||
@apply no-underline hover:no-underline mt-2;
|
||||
background: var(--f-background);
|
||||
color: var(--fuz-accent);
|
||||
@apply no-underline hover:no-underline mt-2 bg-[--f-background] text-[--f-link-text];
|
||||
}
|
||||
.fuz-markdown blockquote {
|
||||
@apply border-l-4 border-gray-300 dark:border-gray-700 pl-4 italic mb-4;
|
||||
|
||||
Reference in New Issue
Block a user