diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index f4eb692ec..3a6d77938 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -550,10 +550,10 @@ canvas.tw-edit-bitmapeditor { .tw-tab-buttons button { color: #666; background-color: #ccc; - border-left: 1px solid #aaa; - border-top: 1px solid #aaa; - border-right: 1px solid #aaa; - border-bottom: 1px solid #aaa; + border-left: 1px solid #bbb; + border-top: 1px solid #bbb; + border-right: 1px solid #bbb; + border-bottom: 1px solid #bbb; margin-left: 0.25em; margin-right: 0.25em; } @@ -564,7 +564,7 @@ canvas.tw-edit-bitmapeditor { } .tw-tab-divider { - border-top: 1px solid #aaa; + border-top: 1px solid #bbb; } .tw-tab-content { @@ -574,7 +574,7 @@ canvas.tw-edit-bitmapeditor { .tw-sidebar-tab-divider.tw-tab-divider { border-top: none; height: 1px; - <> + <> } .tw-more-sidebar.tw-tab-set {