# Styles `src/styles` 放 Vuetify 與全域樣式設定。 ## 目前檔案 - `settings.scss`:Vuetify SASS 設定,目前主要設定全域字型。 - `themes.ts`:Vuetify theme definitions,供 `src/plugins/vuetify.ts` 使用。 ## 使用規則 - Vuetify SASS 變數與全域字型設定放在 `settings.scss`。 - 新增或調整 Vuetify theme 時,修改 `themes.ts`,並確認 `src/plugins/vuetify.ts` 有使用對應 theme。 - component 專屬樣式優先寫在該 `.vue` 檔的 `