|
@@ -7,7 +7,7 @@
|
|
|
stroke-width: .5px;
|
|
|
}
|
|
|
text {
|
|
|
- fill: #999;
|
|
|
+ fill: #bbb;
|
|
|
font: normal 20px sans-serif;
|
|
|
text-align: center;
|
|
|
text-anchor: middle;
|
|
@@ -31,14 +31,16 @@
|
|
|
.layerMod, .colorMod { fill: #333; }
|
|
|
.layerSym, .colorSym { fill: blue; }
|
|
|
.layerNav, .colorNav { fill: #e83; }
|
|
|
+ #row_AA .level2 { fill: #333; }
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
- text { fill: #888; }
|
|
|
+ text { fill: #666; }
|
|
|
rect { fill: #444; }
|
|
|
.dualKey { fill: #666; }
|
|
|
.layerMod, .colorMod { fill: #eee; }
|
|
|
.layerSym, .colorSym { fill: #99f; }
|
|
|
.layerNav, .colorNav { fill: #e83; }
|
|
|
+ #row_AA .level2 { fill: #ccc; }
|
|
|
}
|
|
|
</style>
|
|
|
|
|
@@ -47,7 +49,7 @@
|
|
|
<g transform="translate(90)">
|
|
|
<rect width="52" height="52" rx="5" ry="5"/>
|
|
|
<text x="12.8" y="20.6" class="level2">Q</text>
|
|
|
- <text x="38.0" y="20.6" class="layerNav">⇥</text>
|
|
|
+ <text x="38.0" y="20.6" class="layerNav">↹</text>
|
|
|
<text x="38.0" y="43.4" class="layerSym">@</text>
|
|
|
</g>
|
|
|
<g transform="translate(150)">
|
|
@@ -183,7 +185,7 @@
|
|
|
<text x="12.8" y="43.4" class="level1">;</text>
|
|
|
<text x="12.8" y="20.6" class="level2">:</text>
|
|
|
<text x="38.0" y="20.6" class="layerNav">0</text>
|
|
|
- <text x="38.0" y="43.4" class="layerSym">!</text>
|
|
|
+ <text x="38.0" y="43.4" class="layerSym">"</text>
|
|
|
</g>
|
|
|
</g>
|
|
|
</g>
|