From 2d30744ec7eeda46bfa626d3fb1c01d53d723ef8 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Mon, 18 Jul 2022 22:11:49 -0700 Subject: [PATCH] Added new tab icon --- css/general.css | 6 ++++++ img/up-right-from-square-solid.svg | 1 + index.html | 8 ++++---- 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 img/up-right-from-square-solid.svg diff --git a/css/general.css b/css/general.css index 884cf9d..5e55c0b 100644 --- a/css/general.css +++ b/css/general.css @@ -1924,6 +1924,12 @@ section { background-size: 0 0.1em, 100% 0.1em; } +.new-tab-icon { + fill: white; + height: 10px; + margin-left: 5px; +} + footer { width: auto; height: auto; diff --git a/img/up-right-from-square-solid.svg b/img/up-right-from-square-solid.svg new file mode 100644 index 0000000..98a3237 --- /dev/null +++ b/img/up-right-from-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 6ab2a07..4ce1e1a 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@ background: rgb(31, 36, 61); } - + @@ -752,9 +752,9 @@