Ver Fonte

Examples: Clean up href for dark background.

linbingquan há 5 anos atrás
pai
commit
d67f5a9d49

+ 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>