|
@@ -422,6 +422,11 @@ export default createDemo({
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
|
+.nut-theme-dark {
|
|
|
|
|
+ .demo {
|
|
|
|
|
+ background-color: #000 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
.demo {
|
|
.demo {
|
|
|
background-color: #fff !important;
|
|
background-color: #fff !important;
|
|
|
}
|
|
}
|