Skip to content

Commit ad43599

Browse files
committed
Deploying to gh-pages from @ 91a345e 🚀
1 parent d537b97 commit ad43599

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

Diff for: discord/themes/redesign/import.css

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@200&display=swap');
2-
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
1+
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
32
@import url("https://lazuee.github.io/css-snippets/discord/sidebar-notice/import.css");
43

54
:root {
65
--notice-margin-top: calc(57px + var(--space));
76
--notice-margin-left: 1px;
8-
--notice-background: var(--background-secondary);
7+
--notice-background: var(--background-tertiary);
98
--notice-height-join: 160px;
109
--notice-height-welcome: 155px;
1110
--notice-height-premium: 150px;
1211
}
1312

1413
:root {
15-
--font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
14+
--font: "Inter", sans-serif;
1615
--font-primary: var(--font);
1716
--font-display: var(--font);
1817
--font-headline: var(--font);
19-
--font-code: 'JetBrains Mono', monospace;
18+
/* --font-code: unset; */
2019
}
2120

2221
:root {
@@ -28,14 +27,15 @@
2827

2928
body,
3029
html {
31-
font-size: 14px;
30+
font-size: 11px;
3231
tab-size: 4;
3332
text-rendering: optimizeLegibility;
3433
-webkit-text-size-adjust: 100%;
3534
-moz-text-size-adjust: 100%;
3635
text-size-adjust: 100%;
3736
-webkit-font-smoothing: antialiased;
3837
-moz-osx-font-smoothing: grayscale;
38+
font-optical-sizing: auto;
3939
}
4040

4141
[class="container_a4d4d9"] {
@@ -119,6 +119,10 @@ html {
119119
bottom: 0;
120120
}
121121

122+
.circleIconButton_db6521 {
123+
color: var(--green-360);
124+
}
125+
122126
>.footer_aa1bff {
123127
bottom: calc(53px + ((var(--space) * 2)) - 6px);
124128
position: fixed;
@@ -274,6 +278,7 @@ html {
274278
}
275279

276280
[class^="chat_"] {
281+
--channeltextarea-background: var(--background-primary);
277282

278283
[class^=chatContent]>form,
279284
div[class^=submitContainer] {
@@ -647,13 +652,15 @@ html {
647652
>[class="searchBar_f0963d"],
648653
>div>[class="header_fd6364"] {
649654
border-bottom: 1px solid var(--border-subtle);
655+
background: var(--background-secondary) !important;
650656
box-shadow: none;
651657
}
652658
}
653659

654660
&:has([class*="discoverHeader_"]) {
655661
.sidebarContainer_a3a4ce {
656662
scrollbar-width: none;
663+
background-color: var(--background-secondary);
657664

658665
>h2 {
659666
margin: 0;

0 commit comments

Comments
 (0)