Quellcode durchsuchen

디자인 변경

2DU vor 9 Jahren
Ursprung
Commit
3791768433
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  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 {