Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2022-066
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
2022-066
2022-066
Commits
8acc07e3
Commit
8acc07e3
authored
May 09, 2022
by
Navodya Pasqual
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Logo changed
parent
3c4badbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
frontend/public/index.html
frontend/public/index.html
+1
-1
frontend/src/components/navBar/navbar.css
frontend/src/components/navBar/navbar.css
+14
-0
No files found.
frontend/public/index.html
View file @
8acc07e3
...
...
@@ -24,7 +24,7 @@
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`.
-->
<title>
React App
</title>
<title>
V'DO Educational Helper
</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
...
...
frontend/src/components/navBar/navbar.css
View file @
8acc07e3
@import
url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap')
;
*
{
box-sizing
:
border-box
;
padding
:
0
;
...
...
@@ -77,6 +79,18 @@ a {
.navbar-links_logo
{
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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment