Commit 8acc07e3 authored by Navodya Pasqual's avatar Navodya Pasqual

Logo changed

parent 3c4badbb
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>React App</title> <title>V'DO Educational Helper</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
......
@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
* { * {
box-sizing: border-box; box-sizing: border-box;
padding: 0; padding: 0;
...@@ -77,6 +79,18 @@ a { ...@@ -77,6 +79,18 @@ a {
.navbar-links_logo { .navbar-links_logo {
margin-right: 2rem; margin-right: 2rem;
display: flex;
}
.navbar-links_logo p {
margin-top: 8px;
margin-left: 10px;
font-family: var(--font-family);
font-weight: 800;
font-size: 28px;
background: -webkit-linear-gradient(#dd3232, #111111);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} }
.navbar-links_logo img { .navbar-links_logo img {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment