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

Commit bb54f467 authored by Ronak Patel's avatar Ronak Patel
Browse files

1px still looks thick so added 0.5 instead

parent 00d6a9a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -383,7 +383,7 @@
  #content #app-navigation,
  #content.app-news #app-navigation button {
	color: var(--color-main-text);
	border-right: 1px solid var(--color-border);
	border-right: 0.5px solid var(--color-border);
  }

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

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

  .icon-files-dark {