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]):focus {
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 {
// Dark Background color
--bg-dark-color: #f6f6f6;
--bg-dark-color: #eeeeee;
// Background color
--bg-color: #ffffff;
// Auto-complete color
@@ -53,7 +53,7 @@
// Border color
--brd-color: #eeeeed;
// Error color
--err-color: #f6f6f6;
--err-color: #eeeeee;
// Acent color
--ac-color: #57b5f9;
--ac-sel-color: #57b5f9;