瀏覽代碼

before 추가

2DU 9 年之前
父節點
當前提交
660ecb4374
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      static/style.css

+ 8 - 0
static/style.css

@@ -448,6 +448,14 @@ body {
 
 }
 
+.out_link::before {
+    padding: 0px 0.15em;
+    background: green;
+    color: white;
+    content: "외";
+    font-family: "Ionicons" !important;
+}
+
 textarea {
     width: 100%;
 }