質問編集履歴
1
コードブロックにコードを入力しました
    
        title	
    CHANGED
    
    | 
            File without changes
         | 
    
        body	
    CHANGED
    
    | @@ -2,8 +2,7 @@ | |
| 2 2 | 
             
            文字の背景になっているネズミ色の部分の色の変更がわかりません。
         | 
| 3 3 | 
             
            文字の色を変更するためのカラーのコードを変更することはできましたがねネズミ色の部分になっているカラーコードも見つけることができません。
         | 
| 4 4 | 
             
            どのように編集をすれば色の変更ができるでしょうか?
         | 
| 5 | 
            -
             | 
| 6 | 
            -
            <table class="type03" style="border-collapse: collapse;text-align: left;line-height: 1.5;border-top: 1px solid #ccc;border-left: 3px solid #25c4db">
         | 
| 5 | 
            +
            ```<table class="type03" style="border-collapse: collapse;text-align: left;line-height: 1.5;border-top: 1px solid #ccc;border-left: 3px solid #25c4db">
         | 
| 7 6 | 
             
            	<tr>
         | 
| 8 7 | 
             
            		<th scope="row" style="width: 147px;padding: 10px;font-weight: bold;vertical-align: top;color: #25c4db;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc">建物</th>
         | 
| 9 8 | 
             
            		<td style="width: 349px;padding: 10px;vertical-align: top;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc">3階建</td>
         | 
| @@ -32,4 +31,6 @@ | |
| 32 31 | 
             
            		<th scope="row" style="width: 147px;padding: 10px;font-weight: bold;vertical-align: top;color: #25c4db;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc">売店</th>
         | 
| 33 32 | 
             
            		<td style="width: 349px;padding: 10px;vertical-align: top;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc">3ヵ所</td>
         | 
| 34 33 | 
             
            	</tr>
         | 
| 35 | 
            -
            </table>
         | 
| 34 | 
            +
            </table>
         | 
| 35 | 
            +
            コード
         | 
| 36 | 
            +
            ```
         | 
