소스 검색

Merge pull request #19491 from linbingquan/dev-examples-css

Examples: Clean up href for dark background.
Mr.doob 5 년 전
부모
커밋
a319177af2
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>