fix(projects): 修复样式

This commit is contained in:
Soybean
2022-04-27 19:31:40 +08:00
parent 861c8b9852
commit e899914426
4 changed files with 14 additions and 20 deletions

View File

@ -1,6 +1,6 @@
<template>
<div
class="dark:(bg-[#18181c] text-white text-opacity-82) transition-all duration-300 ease-in-out"
class="dark:bg-[#18181c] dark:text-white dark:text-opacity-82 transition-all duration-300 ease-in-out"
:class="inverted ? 'bg-[#001428] text-white' : 'bg-white text-[#333639]'"
>
<slot></slot>