File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
client/theme-default/styles Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11/**
22 * VPSponsors styles are defined as global because a new class gets
3- * allied in onMounted` hook and we can't use socped style.
3+ * allied in onMounted` hook and we can't use scoped style.
44 */
55.vp-sponsor {
66 border-radius : 16px ;
Original file line number Diff line number Diff line change 2323 *
2424 * Each colors have exact same color scale system with 3 levels of solid
2525 * colors with different brightness, and 1 soft color.
26- *
26+ *
2727 * - `XXX-1`: The most solid color used mainly for colored text. It must
2828 * satisfy the contrast ratio against when used on top of `XXX-soft`.
2929 *
110110 * - `bg-elv`: The elevated bg color. This is used at parts where it "floats",
111111 * such as "dialog".
112112 *
113- * - `bg-soft`: The bg color to slightly ditinguish some components from
113+ * - `bg-soft`: The bg color to slightly distinguish some components from
114114 * the page. Used for things like "carbon ads" or "table".
115115 * -------------------------------------------------------------------------- */
116116
179179 * Colors: Function
180180 *
181181 * - `default`: The color used purely for subtle indication without any
182- * special meanings attched to it such as bg color for menu hover state.
182+ * special meanings attached to it such as bg color for menu hover state.
183183 *
184184 * - `brand`: Used for primary brand colors, such as link text, button with
185185 * brand theme, etc.
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export const dynamicRoutesPlugin = async (
119119
120120 // inject raw content
121121 // this is intended for integration with CMS
122- // we use a speical injection syntax so the content is rendered as
122+ // we use a special injection syntax so the content is rendered as
123123 // static local content instead of included as runtime data.
124124 if ( content ) {
125125 baseContent = baseContent . replace ( / < ! - - \s * @ c o n t e n t \s * - - > / , content )
You can’t perform that action at this time.
0 commit comments