Skip to content

Instantly share code, notes, and snippets.

View ElliottLandsborough's full-sized avatar

Elliott Lan ElliottLandsborough

View GitHub Profile
@ElliottLandsborough
ElliottLandsborough / stackify.json
Last active April 16, 2020 11:24
Stackify custom instrumentation example for PHP
{
"instrumentation": [
{
"class": "Illuminate\\Support\\Collection",
"method": "map",
"trackedFunction": true,
"trackedFunctionName": "{{ClassName}}.{{MethodName}}"
},
{
"class": "Illuminate\\Support\\Collection",
@ElliottLandsborough
ElliottLandsborough / style.css
Created November 8, 2020 01:33
rhythmaddict.co.uk custom css
/* 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;