5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 22:16:22 +00:00

fix: typo css

This commit is contained in:
maki 2024-05-15 16:59:49 -03:00
parent c85b7238f8
commit d37354d971

View file

@ -53,7 +53,7 @@ $sizes: (
.editor { .editor {
.editor-content { .editor-content {
figure { figure {
border: 1px solid transparentize($magenta, 0.3) border: 1px solid transparentize($magenta, 0.3);
} }
} }
} }
@ -88,8 +88,9 @@ $sizes: (
&:focus { &:focus {
box-shadow: 0 0 0 0.2rem $cyan; box-shadow: 0 0 0 0.2rem $cyan;
} }
a.black { a.black {
color: $white; color: $white;
}
} }
} }
@ -637,4 +638,4 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
hr { hr {
border-bottom: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6;
} }