Skip to content

Commit

Permalink
Editor context mobile and dark mode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekiah-A committed Mar 20, 2024
1 parent e31ed44 commit fc09304
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions poem-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
align-items: center;
column-gap: 8px;
transition: .05 transform;
user-select: none;
}
#editorContext > button:hover {
background-color: var(--button-opaque-hover);
Expand All @@ -45,6 +46,7 @@
}
#editorContext > button > svg {
opacity: 0.6;
fill: var(--text-colour);
}
#editorContext > button > span {
font-weight: bold;
Expand Down

0 comments on commit fc09304

Please sign in to comment.