mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16: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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -637,4 +638,4 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
|||
|
||||
hr {
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue