1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-04-23 12:25:09 +02:00
PayloadsAllTheThings/custom.css

28 lines
476 B
CSS

.md-header{
background-color: #1f7884;
}
@media screen and (min-width: 790px) {
.md-grid{
max-width: 100%;
}
.md-sidebar{
width: auto;
}
}
/* Fix padding Chrome browsers */
@supports selector(::-webkit-scrollbar) {
.md-sidebar__scrollwrap {
scrollbar-gutter: auto
}
[dir=ltr] .md-sidebar__inner {
padding-right: 0;
}
[dir=rtl] .md-sidebar__inner {
padding-left: calc(100% - 11.5rem)
}
}