Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1cb6d1f authored by Nivesh Krishna's avatar Nivesh Krishna Committed by Arnau Vàzquez
Browse files

Fix font and color in navbar

parent 07ef5dbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ webapp.run() {
    )&
    (
        sleep 3
        xdg-open http://127.0.0.1:8888/
        xdg-open http://127.0.0.1:8080/
    )&
    SEARXNG_DEBUG=1 pyenv.cmd python -m searx.webapp
}
+4 −4
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
  --dropdown-bg-color: #eeeeee;
  --link-color: #007fff;
  --color-accent--dark: #2344a2;
  --nav-text-color: #868686;
  --nav-text-color: #7B7B7B;
  --nav-background-color: white;
  --color-main-text: #60686f;
  --color-primary: #1f6ed7;
@@ -373,9 +373,6 @@ body {
body.lock {
  overflow: hidden;
}
body * {
  font-family: sans-serif, "Cantarell", 'Roboto', Helvetica, Arial;
}
input,
select {
  box-shadow: none !important;
@@ -510,6 +507,7 @@ nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Helvetica', 'Roboto', 'Cantarell', Arial, sans-serif;
  text-transform: capitalize;
  line-height: 20px;
  margin-bottom: 24px;
@@ -533,6 +531,7 @@ nav .etheme_links > a {
    right: 0;
    top: 0;
    flex-direction: column;
    font-family: 'Helvetica', 'Roboto', 'Cantarell', Arial, sans-serif;
    height: 100%;
    background-color: var(--nav-background-color);
    z-index: 1000;
@@ -594,6 +593,7 @@ nav .etheme_links > a {
}
.nav_dark-mode .nav_dark-mode--label label {
  cursor: pointer;
  color: var(--nav-text-color);
}
.switch {
  position: relative;
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −3
Original line number Diff line number Diff line
@@ -16,9 +16,6 @@ body {

  &.lock { overflow: hidden; }

  * {
    font-family: sans-serif, "Cantarell", 'Roboto', Helvetica, Arial;
  }
}

input, select {
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
  --dropdown-bg-color: #eeeeee;
  --link-color: #007fff;
  --color-accent--dark: #2344a2;
  --nav-text-color: #868686;
  --nav-text-color: #7B7B7B;
  --nav-background-color: white;

  // For backwards consistency only
Loading