Browse Source

디자인 변경

2DU 9 năm trước cách đây
mục cha
commit
3791768433
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      static/style.css

+ 5 - 5
static/style.css

@@ -452,11 +452,11 @@ body {
 }
 
 .out_link::before {
-    padding: 0px 0.15em;
-    background: green;
-    color: white;
-    content: "";
-    font-family: "Ionicons" !important;
+    padding: 0px;
+    background: transparent;
+    color: green;
+    content: "\f14c";
+    font-family: FontAwesome;
 }
 
 textarea {