@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

pre, code {
  background-color: #1e1e1e;  /* 黒に近い背景 */
  color: #d4d4d4;             /* 明るい文字色 */
  padding: 10px;
  border-radius: 5px;
  overflow-x: auto;
  font-family: 'Courier New', monospace;
  display: block;
}