|
35 | 35 |
|
36 | 36 | /* --- Light Mode --- */ |
37 | 37 | .aside.aside-note { |
38 | | - background-color: rgb(142 150 170 / 14%); |
| 38 | + background-color: rgb(100 116 139 / 14%); |
39 | 39 | } |
40 | 40 | .aside.aside-note .aside-title { |
41 | | - color: #656869; |
| 41 | + color: #334155; |
42 | 42 | } |
43 | 43 |
|
44 | 44 | .aside.aside-tip { |
45 | | - background-color: rgb(16 185 129 / 14%); |
| 45 | + background-color: rgb(20 184 166 / 14%); |
46 | 46 | } |
47 | 47 | .aside.aside-tip .aside-title { |
48 | | - color: #18794e; |
| 48 | + color: #0d9488; |
49 | 49 | } |
50 | 50 |
|
51 | 51 | .aside.aside-info { |
52 | | - background-color: rgb(27 178 229 / 14%); |
| 52 | + background-color: rgb(56 189 248 / 14%); |
53 | 53 | } |
54 | 54 | .aside.aside-info .aside-title { |
55 | | - color: #2888a7; |
| 55 | + color: #0369a1; |
56 | 56 | } |
57 | 57 |
|
58 | 58 | .aside.aside-warning { |
59 | 59 | background-color: rgb(251 146 60 / 14%); |
60 | 60 | } |
61 | 61 | .aside.aside-warning .aside-title { |
62 | | - color: #915930; |
| 62 | + color: #c2410c; |
63 | 63 | } |
64 | 64 |
|
65 | 65 | .aside.aside-caution { |
66 | 66 | background-color: rgb(251 113 133 / 14%); |
67 | 67 | } |
68 | 68 | .aside.aside-caution .aside-title { |
69 | | - color: #b8272c; |
| 69 | + color: #be123c; |
70 | 70 | } |
71 | 71 |
|
72 | 72 | .aside.aside-important { |
73 | | - background-color: rgb(159 122 234 / 14%); |
| 73 | + background-color: rgb(139 92 246 / 14%); |
74 | 74 | } |
75 | 75 | .aside.aside-important .aside-title { |
76 | | - color: #6f42c1; |
| 76 | + color: #6d28d9; |
77 | 77 | } |
78 | 78 |
|
79 | 79 | /* --- Dark Mode --- */ |
80 | 80 | html.dark .aside.aside-note { |
81 | | - background-color: rgb(142 150 170 / 14%); |
| 81 | + background-color: rgb(100 116 139 / 16%); |
82 | 82 | } |
83 | 83 | html.dark .aside.aside-note .aside-title { |
84 | | - color: #e4e4e9; |
| 84 | + color: #94a3b8; |
85 | 85 | } |
86 | 86 |
|
87 | 87 | html.dark .aside.aside-tip { |
88 | | - background-color: rgb(16 185 129 / 16%); |
| 88 | + background-color: rgb(20 184 166 / 16%); |
89 | 89 | } |
90 | 90 | html.dark .aside.aside-tip .aside-title { |
91 | | - color: #3dd68c; |
| 91 | + color: #2dd4bf; |
92 | 92 | } |
93 | 93 |
|
94 | 94 | html.dark .aside.aside-info { |
95 | | - background-color: rgb(27 178 229 / 16%); |
| 95 | + background-color: rgb(56 189 248 / 16%); |
96 | 96 | } |
97 | 97 | html.dark .aside.aside-info .aside-title { |
98 | | - color: #43bde2; |
| 98 | + color: #38bdf8; |
99 | 99 | } |
100 | 100 |
|
101 | 101 | html.dark .aside.aside-warning { |
102 | 102 | background-color: rgb(251 146 60 / 16%); |
103 | 103 | } |
104 | 104 | html.dark .aside.aside-warning .aside-title { |
105 | | - color: #fdba74; |
| 105 | + color: #fb923c; |
106 | 106 | } |
107 | 107 |
|
108 | 108 | html.dark .aside.aside-caution { |
109 | | - background-color: rgb(244 63 94 / 16%); |
| 109 | + background-color: rgb(251 113 133 / 16%); |
110 | 110 | } |
111 | 111 | html.dark .aside.aside-caution .aside-title { |
112 | | - color: #ff7875; |
| 112 | + color: #fb7185; |
113 | 113 | } |
114 | 114 |
|
115 | 115 | html.dark .aside.aside-important { |
116 | | - background-color: rgb(159 122 234 / 16%); |
| 116 | + background-color: rgb(139 92 246 / 16%); |
117 | 117 | } |
118 | 118 | html.dark .aside.aside-important .aside-title { |
119 | | - color: #b392f0; |
| 119 | + color: #a78bfa; |
120 | 120 | } |
0 commit comments