body { background-color: @background-1; color: @foreground-1; font-size: 14px; } atom-pane { border-right: 1px solid @foreground-1; &:last-child { border-right: none; } } .atom-dock-resize-handle.left, .atom-dock-resize-handle.right { background-color: @foreground-1; width: 1px; } .styleguide .example .example-rendered, .styleguide .example .example-code { border-radius: 0; } pre, code { background-color: @background-2; border-radius: 0; padding: @component-padding / 2; } kbd { background-color: @background-2 !important; border: 1px solid @foreground-1 !important; box-shadow: none !important; padding: @component-padding / 2 !important; }