go-profiler-notes/docs/_static/css/custom.css
2022-12-30 08:25:20 +01:00

6 lines
274 B
CSS

/* Tweak theme to look a bit more Datadog-esque */
:root{--ddpurple: #5C2EA0;}
.rst-content a:visited{color: var(--ddpurple);}
.wy-menu-vertical .caption-text{color: white;}
.wy-menu-vertical a:active {background-color: var(--ddpurple);}
figure img{border: 1px solid #ccc;}