Skip to content

Commit

Permalink
Update theme_overrides.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Nov 22, 2023
1 parent fa8ea19 commit bae0cdb
Showing 1 changed file with 5 additions and 76 deletions.
81 changes: 5 additions & 76 deletions docs/css/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

nav.md-tabs {
background-color: var(--md-accent-fg-color);
background-color: #4051b5;
}

/*.md-header__button {
Expand All @@ -25,13 +25,13 @@ nav.md-tabs {
}

h2 {
border-top: #4051b5 thin solid;
border-bottom: #4051b5 thin solid;
/* border-top: #4051b5 thin solid;
border-bottom: #4051b5 thin solid;*/
}

aside.blog-post-aside {
border-top: #4051b5 thin solid;
margin-top: 24px;
/* border-top: #4051b5 thin solid;*/
margin-top: 0px;
padding-top: 12px;
}

Expand Down Expand Up @@ -67,75 +67,4 @@ li li li {
justify-content: center;
}

/* Width manipulations etc. */

/*.md-grid {
max-width: 920px;
}*/

@media (max-width: 891.98px) {
.navbar-collapse.show { /* csslint allow: adjoining-classes */
overflow-y: auto;
max-height: calc(100vh - 3.5rem);
}
}

.dropdown-item.open { /* csslint allow: adjoining-classes */
color: #fff;
background-color: #2FA4E7;
}

.dropdown-submenu > .dropdown-menu {
margin: 0 0 0 1.5rem;
padding: 0;
border-width: 0;
}

.dropdown-submenu > a::after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}

.dropdown-submenu:hover > a::after {
border-left-color: #fff;
}

@media (min-width: 892px) {
.dropdown-menu {
overflow-y: auto;
max-height: calc(100vh - 3.5rem);
}

.dropdown-submenu {
position: relative;
}

.dropdown-submenu > .dropdown-menu {
/* csslint ignore:start */
position: fixed !important;
/* csslint ignore:end */
margin-top: -9px;
margin-left: -2px;
border-width: 1px;
padding: 0.5rem 0;
}

.dropdown-submenu.pull-left { /* csslint allow: adjoining-classes */
float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu { /* csslint allow: adjoining-classes */
left: -100%;
margin-left: 10px;
}
}

0 comments on commit bae0cdb

Please sign in to comment.