瀏覽代碼

추가 패치

Surplus_Up (2DU) 6 年之前
父節點
當前提交
0316d3f847
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      views/neo_yousoro/css/main.css

+ 16 - 0
views/neo_yousoro/css/main.css

@@ -382,4 +382,20 @@ blockquote {
     background: #eeeeee;
     border: 2px dashed #ccc;
     border-left: 5px solid black;
+}
+
+#out_link::before {
+    font-family: "Font Awesome 5 Free";
+    content: "\f360";
+    font-weight: 900;
+    background: transparent;
+    color: green;
+}
+
+a:hover {
+    text-decoration: underline;
+}
+
+#mobile_menu a:hover, #top a:hover {
+    text-decoration: none;
 }