Verified Commit 7f083816 authored by Richard Pospesel's avatar Richard Pospesel Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 40458: Implement .tor.onion aliases

Bug 41974: De-emphasized text in custom components is no longer gray in 13.0 alpha
parent 9c046ad5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ select, option {
dt {
  margin: var(--ruleset-vmargin) 0 0 0;
  padding: 0;
  color: var(--in-content-deemphasized-text);
  color: var(--text-color-deemphasized);
  font-size: 85%;
}

@@ -220,7 +220,7 @@ aside {

#ruleset-list .description {
  font-size: 85%;
  color: var(--in-content-deemphasized-text);
  color: var(--text-color-deemphasized);
}

#ruleset-list .selected {
@@ -280,7 +280,7 @@ aside {

#ruleset-updated {
  margin-top: 24px;
  color: var(--in-content-deemphasized-text);
  color: var(--text-color-deemphasized);
  font-size: 85%;
}

@@ -291,7 +291,7 @@ aside {
}

#edit-ruleset label {
  color: var(--in-content-deemphasized-text);
  color: var(--text-color-deemphasized);
  display: block;
}