1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02:00

Double the brightness for improved focus contrast

This commit is contained in:
Mark Otto
2020-09-21 15:55:58 -07:00
committed by Mark Otto
parent be6a150bbf
commit e838accbc4

View File

@@ -37,5 +37,5 @@
}
.btn-close-white {
filter: invert(1) grayscale(100%);
filter: invert(1) grayscale(100%) brightness(200%);
}