From b57fb3fa694b5062e48d5775bd632e2447d3a6a0 Mon Sep 17 00:00:00 2001 From: hueso Date: Sun, 9 Oct 2022 05:38:07 -0300 Subject: [PATCH] added magic bookmark --- frontend/src/App.css | 6 +++++- frontend/src/App.js | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 40d43bc..442b07b 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -2,6 +2,10 @@ text-align: center; } +a { + color: yellow; +} + .App-logo { height: 40vmin; pointer-events: none; @@ -37,4 +41,4 @@ to { transform: rotate(360deg); } -} \ No newline at end of file +} diff --git a/frontend/src/App.js b/frontend/src/App.js index a920bca..f12dcea 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -105,6 +105,9 @@ function App() { > Archive +

+ ✨Add this magic bookmark to your toolbar to archive any page on the fly!✨ +

);