diff --git a/components/Sidebar.vue b/components/Sidebar.vue index 4428e5b..50cafbd 100644 --- a/components/Sidebar.vue +++ b/components/Sidebar.vue @@ -44,6 +44,15 @@ export default { padding: 0.5rem 1rem 0.5rem 1rem; font-weight: 600; } + .viewToggle { + background-color: yellow; + border: 3px; + border-style: solid; + + } + .active { + background-color: green; + } } @media (max-width: 400px) {