I'm going to slightly modify a certain string in src/nickel.yaml but something doesn't fit:
Original:
Code:
- Find: "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n font-size: 20px;\n}"
Replace: "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n font-size: 36px;\n}"
My:
Code:
- Find: "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n font-size: 20px;\n}"
Replace: "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n font-size: 15px;\n font-family: Georgia;\n text-transform: uppercase;\n}"
Is it possible to fix?