1
0
mirror of https://github.com/DataDog/go-profiler-notes.git synced 2025-07-15 23:54:16 +02:00
Files
go-profiler-notes/docs/_static/css/custom.css
Felix Geisendörfer 54508f023d finish scheduler doc
2022-12-30 08:25:20 +01:00

7 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;}