Skip to content

Commit

Permalink
css lint is strict
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcc0nn3ll committed Apr 8, 2024
1 parent b8319bf commit b2471ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
--color-jet-70: #222;
--color-jet-80: #191919;
--color-black: #000;
/* jetty colors */
/* jetty colors */
--color-jetty-orange: #fc390d;
--color-jetty-blue: #5f86b1;

Expand Down Expand Up @@ -156,4 +156,5 @@
--color-net-id: var(--color-jetty-blue);
--color-text-light: var(--color-white);
--color-card-border: var(--color-jetty-blue);
--card-max-lines: 5;
}

0 comments on commit b2471ea

Please sign in to comment.