We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ce51c commit afbcf77Copy full SHA for afbcf77
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Bulma Changelog
2
3
-## Next release
+## 0.8.2
4
+
5
+### Bug fixes
6
7
+* Fix #2885 -> Revert `$input-color: $text-strong`
8
9
+## 0.8.1
10
11
### Improvements
12
sass/form/shared.sass
@@ -1,4 +1,4 @@
-$input-color: inherit !default
+$input-color: $text-strong !default
$input-background-color: $scheme-main !default
$input-border-color: $border !default
$input-height: $control-height !default
0 commit comments