mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Theme switch support (#3568)
### What problem does this PR solve? - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com> Co-authored-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f22a;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@fontWeight600: 600;
|
||||
@fontWeight700: 700;
|
||||
|
||||
@grayBackground: rgba(247, 248, 250, 1);
|
||||
@grayBackground: rgba(247, 248, 250, 0.1);
|
||||
@gray2: rgba(29, 25, 41, 1);
|
||||
@gray3: rgba(52, 48, 62, 1);
|
||||
@gray8: rgba(165, 163, 169, 1);
|
||||
|
||||
Reference in New Issue
Block a user