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
131e4893
Commit
131e4893
authored
May 09, 2022
by
Navodya Pasqual
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fixed
parent
8acc07e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
frontend/src/components/navBar/navbar.css
frontend/src/components/navBar/navbar.css
+1
-1
frontend/src/main/AboutUs/styles/aboutUs.css
frontend/src/main/AboutUs/styles/aboutUs.css
+2
-2
No files found.
frontend/src/components/navBar/navbar.css
View file @
131e4893
...
...
@@ -89,7 +89,7 @@ a {
font-weight
:
800
;
font-size
:
28px
;
background
:
-webkit-linear-gradient
(
#dd3232
,
#111111
);
-webkit-
background-clip
:
text
;
background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
}
...
...
frontend/src/main/AboutUs/styles/aboutUs.css
View file @
131e4893
...
...
@@ -14,7 +14,7 @@
.about_aim-right
.gradient_text
{
background
:
linear-gradient
(
45deg
,
#AE67FA
,
#F49867
);
-webkit-
background-clip
:
text
;
background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
font-family
:
var
(
--font-family
);
}
...
...
@@ -80,7 +80,7 @@
.team
h2
{
text-align
:
center
;
background
:
linear-gradient
(
45deg
,
#AE67FA
,
#F49867
);
-webkit-
background-clip
:
text
;
background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
font-family
:
var
(
--font-family
);
}
...
...
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