This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "instrumentation": [ | |
| { | |
| "class": "Illuminate\\Support\\Collection", | |
| "method": "map", | |
| "trackedFunction": true, | |
| "trackedFunctionName": "{{ClassName}}.{{MethodName}}" | |
| }, | |
| { | |
| "class": "Illuminate\\Support\\Collection", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* changes from elliott */ | |
| /* make the titles white */ | |
| #tribe-events-content h1, #tribe-events-content h2 { | |
| color: white; | |
| } | |
| /* make the text thats in the white box black */ | |
| .tribe-events-event-meta { | |
| color: black; |
OlderNewer