diff --git a/index.html b/index.html index a36bdeb..ad04498 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
diff --git a/package.json b/package.json index b12e8ff..460439f 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^12.0.0", "autoprefixer": "^10.4.21", - "daisyui": "^5.0.17", + "daisyui": "^5.0.35", "dotenv": "^16.4.7", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 476cd39..dec2d11 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -151,8 +151,8 @@ importers: specifier: ^10.4.21 version: 10.4.21(postcss@8.5.3) daisyui: - specifier: ^5.0.17 - version: 5.0.17 + specifier: ^5.0.35 + version: 5.0.35 dotenv: specifier: ^16.4.7 version: 16.4.7 @@ -2133,8 +2133,8 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - daisyui@5.0.17: - resolution: {integrity: sha512-YV5PjYfIxvc6V35WEDn06y9KMpPXGSNgw5mckuV+RwKi0VCZlmGT3fY6gQFTcQDFCcPkJ8TOpEJHDBABI2C/dw==} + daisyui@5.0.35: + resolution: {integrity: sha512-AWi11n/x5++mps55jcwrBf0Lmip1euWY0FYcH/05SFGmoqrU7S7/aIUWaiaeqlJ5EcmEZ/7zEY73aOxMv6hcIg==} date-fns@2.30.0: resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} @@ -6013,7 +6013,7 @@ snapshots: csstype@3.1.3: {} - daisyui@5.0.17: {} + daisyui@5.0.35: {} date-fns@2.30.0: dependencies: diff --git a/src/styles/app.css b/src/styles/app.css index 4a1a277..228efe2 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -18,7 +18,7 @@ @plugin 'daisyui' { themes: - retro --default, + nord --default, coffee --prefersdark; }