Skip to content
Snippets Groups Projects
Verified Commit a61549c0 authored by Jakob Moser's avatar Jakob Moser
Browse files

Replace svg with png

Closes #38
parent 9eaa05d5
No related branches found
No related tags found
No related merge requests found
Pipeline #6547 passed
......@@ -8,13 +8,14 @@
.blue {
--primary: #144a8b;
--background: url("/static/lib/nautilus/nautilus_blue.svg");
--background: url("/static/lib/nautilus/nautilus_blue.png");
--on-primary: white;
--primary-light: #387bd0;
}
.green {
--primary: #135a3a;
/* TODO: Replace this with a png, which is easier to render */
--background: url("/static/lib/nautilus/nautilus_green.svg");
--on-primary: white;
--primary-light: #2aac6d;
......
portal/static/lib/nautilus/nautilus_blue.png

718 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment