Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Commit 7422fb3

Browse files
authored
better dark mode css
1 parent e5a5481 commit 7422fb3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/browser-content/mvp.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
--color-text: #f7f7f7;
4444
--color-text-secondary: #aaa;
4545
}
46+
47+
section aside {
48+
border: 1px solid var(--color-bg-secondary);
49+
border-radius: var(--border-radius);
50+
box-shadow: var(--box-shadow) var(--color-shadow);
51+
margin: 1rem;
52+
padding: 1.25rem;
53+
width: var(--width-card);
54+
background-color: #861657;
55+
}
4656
}
4757

4858
/* Layout */

0 commit comments

Comments
 (0)