|
| 1 | +main { |
| 2 | + font-family: |
| 3 | + "Ubuntu", |
| 4 | + -apple-system, |
| 5 | + BlinkMacSystemFont, |
| 6 | + "Segoe UI", |
| 7 | + Roboto, |
| 8 | + "Hiragino Sans", |
| 9 | + "Hiragino Kaku Gothic ProN", |
| 10 | + "Meiryo", |
| 11 | + "Yu Gothic", |
| 12 | + Pretendard, |
| 13 | + Arial, |
| 14 | + sans-serif; |
| 15 | + /* --- Syntax Highlighting (Darker tones) --- */ |
| 16 | + --color-prettylights-syntax-comment: #6e7781; |
| 17 | + --color-prettylights-syntax-constant: #0550ae; |
| 18 | + --color-prettylights-syntax-entity: #8250df; |
| 19 | + --color-prettylights-syntax-storage-modifier-import: #2b2836; /* Updated */ |
| 20 | + --color-prettylights-syntax-entity-tag: #116329; |
| 21 | + --color-prettylights-syntax-keyword: #cf222e; |
| 22 | + --color-prettylights-syntax-string: #0a3069; |
| 23 | + --color-prettylights-syntax-variable: #953800; |
| 24 | + --color-prettylights-syntax-brackethighlighter-unmatched: #82071e; |
| 25 | + --color-prettylights-syntax-invalid-illegal-text: #f6f8fa; |
| 26 | + --color-prettylights-syntax-invalid-illegal-bg: #82071e; |
| 27 | + --color-prettylights-syntax-carriage-return-text: #f6f8fa; |
| 28 | + --color-prettylights-syntax-carriage-return-bg: #cf222e; |
| 29 | + --color-prettylights-syntax-string-regexp: #116329; |
| 30 | + --color-prettylights-syntax-markup-list: #3b2300; |
| 31 | + --color-prettylights-syntax-markup-heading: #0550ae; |
| 32 | + --color-prettylights-syntax-markup-italic: #2b2836; /* Updated */ |
| 33 | + --color-prettylights-syntax-markup-bold: #2b2836; /* Updated */ |
| 34 | + --color-prettylights-syntax-markup-deleted-text: #82071e; |
| 35 | + --color-prettylights-syntax-markup-deleted-bg: #ffebe9; |
| 36 | + --color-prettylights-syntax-markup-inserted-text: #116329; |
| 37 | + --color-prettylights-syntax-markup-inserted-bg: #dafbe1; |
| 38 | + --color-prettylights-syntax-markup-changed-text: #953800; |
| 39 | + --color-prettylights-syntax-markup-changed-bg: #ffd8b5; |
| 40 | + --color-prettylights-syntax-markup-ignored-text: #eaeef2; |
| 41 | + --color-prettylights-syntax-markup-ignored-bg: #0550ae; |
| 42 | + --color-prettylights-syntax-meta-diff-range: #8250df; |
| 43 | + --color-prettylights-syntax-brackethighlighter-angle: #57606a; |
| 44 | + --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f; |
| 45 | + --color-prettylights-syntax-constant-other-reference-link: #0a3069; |
| 46 | + |
| 47 | + /* --- Button Variations (#7f5555 based) --- */ |
| 48 | + --color-btn-text: #2b2836; |
| 49 | + --color-btn-bg: #f6f8fa; |
| 50 | + --color-btn-border: rgba(127, 85, 85, 0.2); |
| 51 | + --color-btn-shadow: 0 1px 0 rgb(31 35 40 / 4%); |
| 52 | + --color-btn-inset-shadow: inset 0 1px 0 rgb(255 255 255 / 25%); |
| 53 | + --color-btn-hover-bg: #f3f4f6; |
| 54 | + --color-btn-hover-border: rgba(127, 85, 85, 0.3); |
| 55 | + --color-btn-active-bg: hsl(220deg 14% 93% / 100%); |
| 56 | + --color-btn-active-border: rgba(127, 85, 85, 0.4); |
| 57 | + --color-btn-selected-bg: hsl(220deg 14% 94% / 100%); |
| 58 | + --color-btn-primary-bg: #7f5555; |
| 59 | + --color-btn-primary-text: #fff; |
| 60 | + --color-btn-primary-border: #7f5555; |
| 61 | + --color-btn-primary-shadow: 0 1px 0 rgb(31 35 40 / 10%); |
| 62 | + --color-btn-primary-inset-shadow: inset 0 1px 0 rgb(255 255 255 / 3%); |
| 63 | + --color-btn-primary-hover-bg: #6d4949; |
| 64 | + --color-btn-primary-hover-border: #6d4949; |
| 65 | + --color-btn-primary-selected-bg: #5c3e3e; |
| 66 | + --color-btn-primary-selected-shadow: inset 0 1px 0 rgb(45 0 0 / 20%); |
| 67 | + --color-btn-primary-disabled-text: rgb(255 255 255 / 80%); |
| 68 | + --color-btn-primary-disabled-bg: #cbb9b9; |
| 69 | + --color-btn-primary-disabled-border: #cbb9b9; |
| 70 | + |
| 71 | + --color-action-list-item-default-hover-bg: rgb(208 215 222 / 32%); |
| 72 | + --color-segmented-control-bg: #eaeef2; |
| 73 | + --color-segmented-control-button-bg: #fff; |
| 74 | + --color-segmented-control-button-selected-border: #7f5555; |
| 75 | + |
| 76 | + /* --- Text Colors --- */ |
| 77 | + --color-fg-default: #2b2836; /* 진한 글자색 적용 */ |
| 78 | + --color-fg-muted: #656d76; /* 회색 유지 */ |
| 79 | + --color-fg-subtle: #6e7781; /* 회색 유지 */ |
| 80 | + |
| 81 | + /* --- Canvas & Background --- */ |
| 82 | + --color-canvas-default: #fff; |
| 83 | + --color-canvas-overlay: #fff; |
| 84 | + --color-canvas-inset: #f6f8fa; |
| 85 | + --color-canvas-subtle: #f6f8fa; |
| 86 | + |
| 87 | + /* --- Border & Accents --- */ |
| 88 | + --color-border-default: #d0d7de; |
| 89 | + --color-border-muted: hsl(210deg 18% 87% / 100%); |
| 90 | + |
| 91 | + --color-neutral-muted: rgba(127, 85, 85, 0.1); |
| 92 | + --color-accent-fg: #7f5555; |
| 93 | + --color-accent-emphasis: #7f5555; |
| 94 | + --color-accent-muted: rgba(127, 85, 85, 0.595); |
| 95 | + --color-accent-subtle: #f9f5f5; |
| 96 | + |
| 97 | + /* --- Feedback & Shadows --- */ |
| 98 | + --color-success-fg: #1a7f37; |
| 99 | + --color-attention-fg: #9a6700; |
| 100 | + --color-attention-muted: rgb(212 167 44 / 40%); |
| 101 | + --color-attention-subtle: #fff8c5; |
| 102 | + --color-danger-fg: #d1242f; |
| 103 | + --color-danger-muted: rgb(255 129 130 / 40%); |
| 104 | + --color-danger-subtle: #ffebe9; |
| 105 | + --color-primer-shadow-inset: inset 0 1px 0 rgba(127, 85, 85, 0.2); |
| 106 | + --color-scale-gray-1: #eaeef2; |
| 107 | + --color-scale-blue-1: #b6e3ff; |
| 108 | + |
| 109 | + /*! Extensions from @primer/css/alerts/flash.scss */ |
| 110 | + --color-social-reaction-bg-hover: var(--color-scale-gray-1); |
| 111 | + --color-social-reaction-bg-reacted-hover: var(--color-scale-blue-1); |
| 112 | +} |
| 113 | + |
| 114 | +/* Layout adjustments */ |
| 115 | +main .pagination-loader-container { |
| 116 | + background-image: url("https://github.com/images/modules/pulls/progressive-disclosure-line.svg"); |
| 117 | +} |
| 118 | + |
| 119 | +main .gsc-loading-image { |
| 120 | + background-image: url("https://github.githubassets.com/images/mona-loading-default.gif"); |
| 121 | +} |
| 122 | + |
| 123 | +.gsc-main { |
| 124 | + gap: 0.6em; |
| 125 | +} |
| 126 | + |
| 127 | +.gsc-comments { |
| 128 | + gap: 0.3em; |
| 129 | +} |
| 130 | + |
| 131 | +.gsc-timeline { |
| 132 | + gap: 0.3em; |
| 133 | +} |
| 134 | + |
| 135 | +.gsc-comments-count { |
| 136 | + font-size: 1.1em; |
| 137 | + font-weight: 500; |
| 138 | +} |
| 139 | + |
| 140 | +#__next .py-2 { |
| 141 | + padding-bottom: 0.5rem; |
| 142 | + padding-top: 0.5rem; |
| 143 | +} |
| 144 | + |
| 145 | +#__next .px-4 { |
| 146 | + padding-inline-end: 1rem; |
| 147 | + padding-inline-start: 1rem; |
| 148 | +} |
| 149 | + |
| 150 | +@media only screen and (max-width: 600px) { |
| 151 | + #__next .py-2 { |
| 152 | + padding-bottom: 0.4rem; |
| 153 | + padding-top: 0.4rem; |
| 154 | + } |
| 155 | + #__next .px-4 { |
| 156 | + padding-inline-end: 0.8rem; |
| 157 | + padding-inline-start: 0.8rem; |
| 158 | + } |
| 159 | +} |
0 commit comments