8 lines
144 B
CSS
8 lines
144 B
CSS
#instructions ~ table td:first-child {
|
|
font-family: monospace;
|
|
}
|
|
|
|
#instructions ~ table td:first-child + td {
|
|
font-family: monospace;
|
|
}
|