♿ Improving accessibility, fixes #277
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user