Improving accessibility, fixes #277

This commit is contained in:
Liyas Thomas
2019-11-07 09:29:08 +05:30
parent 48d4e69fc8
commit e18b8f6bb6
2 changed files with 3 additions and 2 deletions

View File

@@ -500,6 +500,7 @@ pre {
&:not([readonly]):active, &:not([readonly]):active,
&:not([readonly]):focus { &:not([readonly]):focus {
box-shadow: inset 0 0 0 2px var(--fg-light-color); box-shadow: inset 0 0 0 2px var(--fg-light-color);
transition: all 0.2s ease-in-out;
} }
} }

View File

@@ -41,7 +41,7 @@
@mixin lightTheme { @mixin lightTheme {
// Dark Background color // Dark Background color
--bg-dark-color: #f6f6f6; --bg-dark-color: #eeeeee;
// Background color // Background color
--bg-color: #ffffff; --bg-color: #ffffff;
// Auto-complete color // Auto-complete color
@@ -53,7 +53,7 @@
// Border color // Border color
--brd-color: #eeeeed; --brd-color: #eeeeed;
// Error color // Error color
--err-color: #f6f6f6; --err-color: #eeeeee;
// Acent color // Acent color
--ac-color: #57b5f9; --ac-color: #57b5f9;
--ac-sel-color: #57b5f9; --ac-sel-color: #57b5f9;