5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 22: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;
}
}
}