File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 5353 /* # ダークモード # */
5454 @media (prefers-color-scheme: dark)
5555 {
56- .link table tr td p, .link table tr td p{opacity: 0.7 ;}
56+ .link table tr td p, .link table tr td p{opacity: 0.8 ;}
5757 .link table tr td p:hover, .link table tr td p:focus{opacity: 1.0;}
58- .link table tr td p a{opacity: 1.0;}
58+ .link table tr td p a{color: black;}
59+ .link table tr td p a:hover, .link table tr td p a:focus{color: black;}
5960 }
6061
6162 /* # ライトモード # */
122123 <table width="100%" cellpading="5px">
123124 <tr>
124125 <td width="20%"></td>
125- <td width="30%"><p style="background-color: mistyrose;"><a href="kiss/kiss_main.shtml ">KISS</a></p></td>
126- <td width="30%"><p style="background-color: lightpink;"><a href="coi/coi_main.shtml ">COI</a></p></td>
126+ <td width="30%"><p style="background-color: mistyrose;"><a href="kiss/kiss_main">KISS</a></p></td>
127+ <td width="30%"><p style="background-color: lightpink;"><a href="coi/coi_main">COI</a></p></td>
127128 <td width="20%"></td>
128129 </tr>
129130 <tr>
130131 <td width="20%"></td>
131- <td width="30%"><p style="background-color: lightcyan;"><a href="neo/neo_main.shtml ">NEO</a></p></td>
132+ <td width="30%"><p style="background-color: lightcyan;"><a href="neo/neo_main">NEO</a></p></td>
132133 <td width="30%"><p style="background-color: lightgreen;"><a href="lfa/">LFA</a></p></td>
133134 <td width="20%"></td>
134135 </tr>
You can’t perform that action at this time.
0 commit comments