1002884655 3 年 前
コミット
804d81fa3d
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2
    1
      src/pages/video/index.scss

+ 2
- 1
src/pages/video/index.scss ファイルの表示

@@ -70,6 +70,7 @@
70 70
         &.active {
71 71
           >text {
72 72
             font-weight: bold;
73
+            color: #333;
73 74
             &::after {
74 75
               content: '';
75 76
               width: 100%;
@@ -85,7 +86,7 @@
85 86
         > text {
86 87
           display: inline-block;
87 88
           font-size: 32px;
88
-          color: #333;
89
+          color: #383838;
89 90
           line-height: 34px;
90 91
           padding-bottom: 18px;
91 92
           position: relative;