mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-10 03:29:36 +01:00
[Chore]: CSS fix
This commit is contained in:
parent
89003f0d26
commit
30ec16f610
1 changed files with 9 additions and 0 deletions
|
|
@ -55,6 +55,15 @@
|
||||||
|
|
||||||
/* Light mode theme */
|
/* Light mode theme */
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border: none;
|
||||||
|
border-top: 0.1rem solid var(--overlay-white-15);
|
||||||
|
}
|
||||||
|
|
||||||
|
body.light-mode hr {
|
||||||
|
border-top: 0.1rem solid var(--overlay-black-80);
|
||||||
|
}
|
||||||
|
|
||||||
body.light-mode {
|
body.light-mode {
|
||||||
--color-bg-dark: #f5f5f5;
|
--color-bg-dark: #f5f5f5;
|
||||||
--color-bg-medium: #e4e4e4;
|
--color-bg-medium: #e4e4e4;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue