|
@@ -21,7 +21,7 @@
|
|
|
}
|
|
|
|
|
|
.aria-theme-white {
|
|
|
- background-color: white !important;
|
|
|
+ background: white !important;
|
|
|
color: black !important;
|
|
|
&:focus {
|
|
|
outline: 2px solid black;
|
|
@@ -30,8 +30,8 @@
|
|
|
outline-offset: 0;
|
|
|
}
|
|
|
}
|
|
|
- *:not(.aria-theme-independent) {
|
|
|
- background-color: white !important;
|
|
|
+ *:not(.aria-theme-independent, .el-carousel, .el-carousel *, img) {
|
|
|
+ background: white !important;
|
|
|
color: black !important;
|
|
|
&:focus {
|
|
|
outline: 2px solid black;
|
|
@@ -44,21 +44,21 @@
|
|
|
color: black !important;
|
|
|
}
|
|
|
}
|
|
|
- a:not(.aria-theme-independent) {
|
|
|
+ a:not(.aria-theme-independent, .el-carousel, .el-carousel *, img) {
|
|
|
color: blue !important;
|
|
|
}
|
|
|
&.aria-inverse-theme {
|
|
|
- background-color: black !important;
|
|
|
+ background: black !important;
|
|
|
color: white !important;
|
|
|
}
|
|
|
.aria-inverse-theme {
|
|
|
- background-color: black !important;
|
|
|
+ background: black !important;
|
|
|
color: white !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.aria-theme-blue {
|
|
|
- background-color: blue !important;
|
|
|
+ background: blue !important;
|
|
|
color: yellow !important;
|
|
|
&:focus {
|
|
|
outline: 2px solid yellow;
|
|
@@ -67,8 +67,8 @@
|
|
|
outline-offset: 0;
|
|
|
}
|
|
|
}
|
|
|
- *:not(.aria-theme-independent) {
|
|
|
- background-color: blue !important;
|
|
|
+ *:not(.aria-theme-independent, .el-carousel, .el-carousel *, img) {
|
|
|
+ background: blue !important;
|
|
|
color: yellow !important;
|
|
|
&:focus {
|
|
|
outline: 2px solid yellow;
|
|
@@ -81,21 +81,21 @@
|
|
|
color: yellow !important;
|
|
|
}
|
|
|
}
|
|
|
- a:not(.aria-theme-independent) {
|
|
|
+ a:not(.aria-theme-independent, .el-carousel, .el-carousel *, img) {
|
|
|
color: white !important;
|
|
|
}
|
|
|
&.aria-inverse-theme {
|
|
|
- background-color: yellow !important;
|
|
|
+ background: yellow !important;
|
|
|
color: blue !important;
|
|
|
}
|
|
|
.aria-inverse-theme {
|
|
|
- background-color: yellow !important;
|
|
|
+ background: yellow !important;
|
|
|
color: blue !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.aria-theme-yellow {
|
|
|
- background-color: yellow !important;
|
|
|
+ background: yellow !important;
|
|
|
color: black !important;
|
|
|
&:focus {
|
|
|
outline: 2px solid black;
|
|
@@ -104,8 +104,8 @@
|
|
|
outline-offset: 0;
|
|
|
}
|
|
|
}
|
|
|
- *:not(.aria-theme-independent) {
|
|
|
- background-color: yellow !important;
|
|
|
+ *:not(.aria-theme-independent, .el-carousel, .el-carousel *, img) {
|
|
|
+ background: yellow !important;
|
|
|
color: black !important;
|
|
|
&:focus {
|
|
|
outline: 2px solid black;
|
|
@@ -118,21 +118,21 @@
|
|
|
color: black !important;
|
|
|
}
|
|
|
}
|
|
|
- a:not(.aria-theme-independent) {
|
|
|
+ a:not(.aria-theme-independent, .el-carousel, .el-carousel *, img) {
|
|
|
color: blue !important;
|
|
|
}
|
|
|
&.aria-inverse-theme {
|
|
|
- background-color: black !important;
|
|
|
+ background: black !important;
|
|
|
color: yellow !important;
|
|
|
}
|
|
|
.aria-inverse-theme {
|
|
|
- background-color: black !important;
|
|
|
+ background: black !important;
|
|
|
color: yellow !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.aria-theme-black {
|
|
|
- background-color: black !important;
|
|
|
+ background: black !important;
|
|
|
color: yellow !important;
|
|
|
&:focus {
|
|
|
outline: 2px solid yellow;
|
|
@@ -141,8 +141,8 @@
|
|
|
outline-offset: 0;
|
|
|
}
|
|
|
}
|
|
|
- *:not(.aria-theme-independent) {
|
|
|
- background-color: black !important;
|
|
|
+ *:not(.aria-theme-independent, .el-carousel, .el-carousel *, img) {
|
|
|
+ background: black !important;
|
|
|
color: yellow !important;
|
|
|
&:focus {
|
|
|
outline: 2px solid yellow;
|
|
@@ -155,15 +155,15 @@
|
|
|
color: yellow !important;
|
|
|
}
|
|
|
}
|
|
|
- a:not(.aria-theme-independent) {
|
|
|
+ a:not(.aria-theme-independent, .el-carousel, .el-carousel *, img) {
|
|
|
color: white !important;
|
|
|
}
|
|
|
&.aria-inverse-theme {
|
|
|
- background-color: yellow !important;
|
|
|
+ background: yellow !important;
|
|
|
color: black !important;
|
|
|
}
|
|
|
.aria-inverse-theme {
|
|
|
- background-color: yellow !important;
|
|
|
+ background: yellow !important;
|
|
|
color: black !important;
|
|
|
}
|
|
|
}
|