linwu 1 년 전
부모
커밋
bd79566c2a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      public/static/mobile/css/style.css

+ 1 - 0
public/static/mobile/css/style.css

@@ -14,6 +14,7 @@ a:visited {color: #000;text-decoration: none;}
 a:link {color: #000;text-decoration: none;}
 
 .bg-pink {background-color: var(--pink);color: var(--white);}
+.bg-blue {background-color: var(--blue);color: var(--white);}
 .bg-white {background-color:var(--white);}
 .bg_green {background: #13ca87!important;}
 .text-pink{color: var(--pink);}