From 3b923e7c353fea42d7e10887d8c5ad0ff4dc9262 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 2 Aug 2022 17:00:40 +0200 Subject: [PATCH] Adjust logo size --- src/App.css | 4 ++++ src/App.js | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/App.css b/src/App.css index 58792d2..53d18b8 100644 --- a/src/App.css +++ b/src/App.css @@ -1,4 +1,8 @@ #niklas-birk-root { text-align: center; margin-top: 60px; +} + +#logo { + width: 10%; } \ No newline at end of file diff --git a/src/App.js b/src/App.js index 1ffcbc6..bd86453 100644 --- a/src/App.js +++ b/src/App.js @@ -26,12 +26,12 @@ const theme = createTheme({ text: '$draculaForeground', primaryLight: '$draculaSelection', primaryLightHover: '$draculaComment', - primaryLightActive: '$draculaComment', - primaryLightContrast: '$draculaComment', + primaryLightActive: '$draculaSelection', + primaryLightContrast: '$draculaSelection', primary: '$draculaPurple', primaryBorder: '$draculaPurple', - primaryBorderHover: '$draculaPurple', - primarySolidHover: '$draculaPurple', + primaryBorderHover: '$draculaPink', + primarySolidHover: '$draculaPink', primarySolidContrast: '$draculaForeground', primaryShadow: '$draculaPurple', @@ -50,7 +50,7 @@ function App() { return (
- Niklas logo +

Work in Progress

Das ist eine Seite im Aufbau.