소스 검색

추가 패치

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;
 }