瀏覽代碼

Examples: Clean up href for dark background.

linbingquan 5 年之前
父節點
當前提交
d67f5a9d49
共有 3 個文件被更改,包括 0 次插入9 次删除
  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>