raylu 14 жил өмнө
parent
commit
4441585eb6
1 өөрчлөгдсөн 3 нэмэгдсэн , 2 устгасан
  1. 3 2
      static/home.css

+ 3 - 2
static/home.css

@@ -8,13 +8,14 @@ article p a:link, article p a:visited {
 	color: #111;
 	padding: 10px;
 	border: 1px solid #888;
+	background: #058;
 	background: -moz-linear-gradient(top, #07a, #047);
-	background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
+	background: -webkit-linear-gradient(top, #07a, #047);
 	font-weight: bold;
 }
 
 article p a:hover {
 	background: -moz-linear-gradient(top, #08b, #047);
-	background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
+	background: -webkit-linear-gradient(top, #08b, #047);
 	text-decoration: none;
 }