Skip to content

Commit 9dde775

Browse files
Use same border color for toggle in both light and dark modes
- Change light mode border from rgba(0,0,0,0.25) to rgba(255,255,255,0.3) - Toggle now has consistent light semi-transparent border in both modes - Provides better visibility against light sidebar background Co-authored-by: chrismaddalena <10526228+chrismaddalena@users.noreply.github.com>
1 parent f71640c commit 9dde775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ghostwriter/templates/base_generic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
transition: background 0.5s ease, border-color 0.5s ease;
431431
border-radius: 40px;
432432
overflow: hidden;
433-
border: 2px solid rgba(0, 0, 0, 0.25);
433+
border: 2px solid rgba(255, 255, 255, 0.3);
434434
}
435435

436436
/* Sun */

0 commit comments

Comments
 (0)