Skip to content

Commit 43d215d

Browse files
committed
fix: dark mode
1 parent 3215206 commit 43d215d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

components/Organization/organization.module.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
border-radius: 10px;
77
}
88

9+
body[data-theme="dark"] .org_ctn {
10+
background-color: var(--secondary-bg-color);
11+
}
12+
913
.org_ctn p {
1014
font-size: 16px;
1115
}
@@ -63,6 +67,10 @@
6367
position: relative;
6468
}
6569

70+
body[data-theme="dark"] .invite_link {
71+
color: black;
72+
}
73+
6674
.row_ctn span {
6775
font-size: 12px;
6876
margin-top: 0px;

0 commit comments

Comments
 (0)