mirror of
https://github.com/daledavies/jump.git
synced 2026-01-17 04:42:07 +01:00
13 lines
225 B
CSS
13 lines
225 B
CSS
#tracy-bs .tracy-footer--sticky {
|
|
display: none !important;
|
|
}
|
|
|
|
#tracy-debug-logo:before {
|
|
content: "JUMP";
|
|
padding: 0 0px 0 7px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#tracy-debug-logo svg:first-of-type {
|
|
display: none;
|
|
} |