李富豪 9 ヶ月 前
コミット
9302b6af6e
1 ファイル変更4 行追加3 行削除
  1. 4 3
      app/styles/globals.scss

+ 4 - 3
app/styles/globals.scss

@@ -39,7 +39,7 @@
 
   --theme-color: var(--gray);
 
-  div:not(.no-dark) > svg {
+  div:not(.no-dark)>svg {
     filter: invert(0.5);
   }
 }
@@ -295,7 +295,7 @@ pre {
     transition: all ease 0.3s;
 
     &:after {
-      content: "copy";
+      content: "复制";
     }
 
     &:hover {
@@ -310,6 +310,7 @@ pre {
   &:hover {
     filter: brightness(0.9);
   }
+
   &:focus {
     filter: brightness(0.95);
   }
@@ -366,4 +367,4 @@ pre {
 
 .copyable {
   user-select: text;
-}
+}