1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

memory map hover + click; nes presets

This commit is contained in:
Steven Hugg
2019-02-26 10:56:51 -05:00
parent 4e17913823
commit ccf5824bb4
13 changed files with 186 additions and 102 deletions
+4
View File
@@ -409,6 +409,10 @@ div.markdown th {
color: #333;
background-color:#999;
}
.segment:hover {
border-color: #ffffff;
cursor: pointer;
}
.segment.segment-ram {
background-color:#aaeeaa;
}