Skip to content

Commit

Permalink
Merge pull request #20 from ManuelMcLure/FixNavbarTextColor
Browse files Browse the repository at this point in the history
Fix .navbar-text colors.
  • Loading branch information
LazeMSS authored Jun 28, 2021
2 parents 65033d1 + 68f63d3 commit 9f4c2c5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
6 changes: 5 additions & 1 deletion css/darkgreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ a:hover {
background-color: var(--notquiteBlack);
}

.navbar-text {
color: var(--green)
}

h1, h2, h3, h4 {
color: var(--green)
}
Expand Down Expand Up @@ -527,4 +531,4 @@ input[disabled], select[disabled], textarea[disabled], input[readonly], select[r
.well {
background-color: var(--lighterish);
border: var(--darkerWhite);
}
}
5 changes: 4 additions & 1 deletion css/discoranged.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ a:hover {
.octoprint-container .accordion-heading .accordion-heading-button a {
color: inherit;
}
.navbar-text {
color: #FC8003;
}
.nav-tabs {
border: 1px solid var(--background);
}
Expand Down Expand Up @@ -677,5 +680,5 @@ div.popover.toptempPopover .popover-content div.TopTempPopoverGraph svg .ct-labe
}

#dialog_printJobHistory_compareSlicerSettings table tbody tr span[style*="blue"] {
color: red !important;
color: red !important;
}
4 changes: 4 additions & 0 deletions css/discorded.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ a:hover {
color: inherit
}

.navbar-text {
color: #fff;
}

.nav-tabs>li>a {
-webkit-border-radius: 0;
border-radius: 0
Expand Down
2 changes: 1 addition & 1 deletion css/prusatribute.css
Original file line number Diff line number Diff line change
Expand Up @@ -3915,7 +3915,7 @@ input[type="submit"].btn.btn-mini {
.navbar-text {
margin-bottom: 0;
line-height: 40px;
color: #999999;
color: #f3f3f3;
}

.navbar-link {
Expand Down
4 changes: 4 additions & 0 deletions css/red-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,10 @@ th i a.disabled {
background: none;
}

.navbar-text {
color: var(--white);
}

#UICsettingsMenuNav {
background:linear-gradient(180deg, var(--grey1) 0px, var(--grey1) 55px, transparent 100%);
}
Expand Down

0 comments on commit 9f4c2c5

Please sign in to comment.