|
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'); |
3 | 2 | @import url("https://lazuee.github.io/css-snippets/discord/sidebar-notice/import.css");
|
4 | 3 |
|
5 | 4 | :root {
|
6 | 5 | --notice-margin-top: calc(57px + var(--space));
|
7 | 6 | --notice-margin-left: 1px;
|
8 |
| - --notice-background: var(--background-secondary); |
| 7 | + --notice-background: var(--background-tertiary); |
9 | 8 | --notice-height-join: 160px;
|
10 | 9 | --notice-height-welcome: 155px;
|
11 | 10 | --notice-height-premium: 150px;
|
12 | 11 | }
|
13 | 12 |
|
14 | 13 | :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; |
16 | 15 | --font-primary: var(--font);
|
17 | 16 | --font-display: var(--font);
|
18 | 17 | --font-headline: var(--font);
|
19 |
| - --font-code: 'JetBrains Mono', monospace; |
| 18 | + /* --font-code: unset; */ |
20 | 19 | }
|
21 | 20 |
|
22 | 21 | :root {
|
|
28 | 27 |
|
29 | 28 | body,
|
30 | 29 | html {
|
31 |
| - font-size: 14px; |
| 30 | + font-size: 11px; |
32 | 31 | tab-size: 4;
|
33 | 32 | text-rendering: optimizeLegibility;
|
34 | 33 | -webkit-text-size-adjust: 100%;
|
35 | 34 | -moz-text-size-adjust: 100%;
|
36 | 35 | text-size-adjust: 100%;
|
37 | 36 | -webkit-font-smoothing: antialiased;
|
38 | 37 | -moz-osx-font-smoothing: grayscale;
|
| 38 | + font-optical-sizing: auto; |
39 | 39 | }
|
40 | 40 |
|
41 | 41 | [class="container_a4d4d9"] {
|
@@ -119,6 +119,10 @@ html {
|
119 | 119 | bottom: 0;
|
120 | 120 | }
|
121 | 121 |
|
| 122 | + .circleIconButton_db6521 { |
| 123 | + color: var(--green-360); |
| 124 | + } |
| 125 | + |
122 | 126 | >.footer_aa1bff {
|
123 | 127 | bottom: calc(53px + ((var(--space) * 2)) - 6px);
|
124 | 128 | position: fixed;
|
@@ -274,6 +278,7 @@ html {
|
274 | 278 | }
|
275 | 279 |
|
276 | 280 | [class^="chat_"] {
|
| 281 | + --channeltextarea-background: var(--background-primary); |
277 | 282 |
|
278 | 283 | [class^=chatContent]>form,
|
279 | 284 | div[class^=submitContainer] {
|
@@ -647,13 +652,15 @@ html {
|
647 | 652 | >[class="searchBar_f0963d"],
|
648 | 653 | >div>[class="header_fd6364"] {
|
649 | 654 | border-bottom: 1px solid var(--border-subtle);
|
| 655 | + background: var(--background-secondary) !important; |
650 | 656 | box-shadow: none;
|
651 | 657 | }
|
652 | 658 | }
|
653 | 659 |
|
654 | 660 | &:has([class*="discoverHeader_"]) {
|
655 | 661 | .sidebarContainer_a3a4ce {
|
656 | 662 | scrollbar-width: none;
|
| 663 | + background-color: var(--background-secondary); |
657 | 664 |
|
658 | 665 | >h2 {
|
659 | 666 | margin: 0;
|
|
0 commit comments