k3d/static/css/extra.css
iwilltry42 1e5b635ff7 commit df7719e764e5f52e7d7d853b98f524b57e117f5a
Merge: 9f7510c 846d42b
Author: Thorsten Klein <iwilltry42@gmail.com>
Date:   Sat Jul 11 12:29:53 2020 +0200

    Merge pull request #299 from lvuch/lh-theme-customization

    header fix
2020-07-11 10:30:48 +00:00

34 lines
453 B
CSS

.md-header-nav__button.md-logo img, .md-header-nav__button.md-logo svg {
width: 3rem;
height: 3rem;
}
.md-header-nav__button.md-logo {
margin: 0;
padding: 0;
}
.md-header {
height: 3rem;
}
.md-header-nav {
align-items: center;
}
.md-ellipsis {
display: inline;
}
.md-header-nav__topic {
position: relative;
}
[data-md-color-primary=black] .md-tabs {
background-color: #0DCEFF;
}
.md-tabs {
color: black;
}