mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 22:46:22 +00:00
fix: typo css
This commit is contained in:
parent
c85b7238f8
commit
d37354d971
1 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue