There was an error while loading. Please reload this page.
1 parent 9a9940d commit 7095a3fCopy full SHA for 7095a3f
packages/devui-vue/docs/components/grid/index.md
@@ -49,11 +49,10 @@
49
line-height: 44px;
50
}
51
.docs-devui-row .devui-col:nth-of-type(2n + 1) {
52
- background: #f8f8f8;
+ background: var(--devui-global-bg);
53
54
.docs-devui-row .devui-col:nth-of-type(2n) {
55
- background: #99b0ff;
56
- color: #fff;
+ background: var(--devui-brand);
57
58
</style>
59
```
@@ -187,10 +186,10 @@
187
186
background: transparent !important;
188
189
.col-gutter:nth-of-type(2n + 1) > .col-child {
190
191
192
.col-gutter:nth-of-type(2n) > .col-child {
193
194
195
196
0 commit comments