5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 16:46: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-content {
figure {
border: 1px solid transparentize($magenta, 0.3)
border: 1px solid transparentize($magenta, 0.3);
}
}
}
@ -88,8 +88,9 @@ $sizes: (
&:focus {
box-shadow: 0 0 0 0.2rem $cyan;
}
a.black {
color: $white;
a.black {
color: $white;
}
}
}
@ -637,4 +638,4 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
hr {
border-bottom: 1px solid #dee2e6;
}
}