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
34 lines
453 B
CSS
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;
|
|
}
|