Surplus_Up (2DU) 6 лет назад
Родитель
Сommit
a0ff8b4598
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;
 }