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

Commit 403b2e3b authored by Ronak Patel's avatar Ronak Patel Committed by Arnau Vàzquez
Browse files

Decreased border size to make thin lines

parent 292bffdc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
	--color-background-hover: white;
	--color-text-maxcontrast: black;
	--color-border-dark: #e6e6e6;
	--color-border: #e6e6e6;
	--color-border: #ebebeb;
	--icon-settings-dark-000: #000000;
	--icon-inactive-color: #808080;
	--icon-active-color: #007fff;
@@ -383,7 +383,7 @@
  #content #app-navigation,
  #content.app-news #app-navigation button {
	color: var(--color-main-text);
	border-right: 2px solid var(--color-border);
	border-right: 1px solid var(--color-border);
  }

  .icon-home,
@@ -650,7 +650,7 @@

  table th,
  table td {
	border-bottom: 2px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
  }

  .icon-files-dark {