Selaa lähdekoodia

Examples: Clean up href for dark background.

linbingquan 5 vuotta sitten
vanhempi
commit
d67f5a9d49
3 muutettua tiedostoa jossa 0 lisäystä ja 9 poistoa
  1. 0 3
      examples/svg_lines.html
  2. 0 3
      examples/webgl_camera.html
  3. 0 3
      examples/webgl_geometry_dynamic.html

+ 0 - 3
examples/svg_lines.html

@@ -6,9 +6,6 @@
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 		<link type="text/css" rel="stylesheet" href="main.css">
 		<style>
-			a {
-				color: #08f;
-			}
 			svg {
 				display: block;
 			}

+ 0 - 3
examples/webgl_camera.html

@@ -6,9 +6,6 @@
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 		<link type="text/css" rel="stylesheet" href="main.css">
 		<style>
-			a {
-				color: #08f;
-			}
 			b {
 				color: lightgreen;
 			}

+ 0 - 3
examples/webgl_geometry_dynamic.html

@@ -9,9 +9,6 @@
 			body {
 				color: #666;
 			}
-			a {
-				color: #08f;
-			}
 		</style>
 	</head>
 	<body>