Surplus_Up (2DU) 6 éve
szülő
commit
0316d3f847
1 módosított fájl, 16 hozzáadás és 0 törlés
  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;
 }