Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend-MECRED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MECRED
Frontend-MECRED
Commits
64bf4b7c
Commit
64bf4b7c
authored
1 year ago
by
Richard Fernando Heise Ferreira
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue-126/text-color' into 'develop'
Issue
#126
: UPDATE text color and font See merge request
!131
parents
bf599e30
5b3f2c39
Branches
Branches containing commit
No related tags found
1 merge request
!131
Issue #126: UPDATE text color and font
Pipeline
#38360
passed
1 year ago
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/test.pdf
+0
-0
0 additions, 0 deletions
public/test.pdf
src/app/globals.css
+3
-3
3 additions, 3 deletions
src/app/globals.css
src/app/layout.js
+3
-4
3 additions, 4 deletions
src/app/layout.js
with
6 additions
and
7 deletions
public/test.pdf
deleted
100644 → 0
+
0
−
0
View file @
bf599e30
File deleted
This diff is collapsed.
Click to expand it.
src/app/globals.css
+
3
−
3
View file @
64bf4b7c
...
...
@@ -16,7 +16,7 @@
@layer
base
{
html
{
font-family
:
Ubuntu
;
font-family
:
Inter
;
--main
:
#f5f9f9
;
--secondary
:
#00bacc
;
--white
:
#ffffff
;
...
...
@@ -29,8 +29,8 @@
--violet
:
#56358c
;
--pink
:
#e62954
;
--red
:
#dc2626
;
--text-color
:
#
5e6b6b
;
--text-color-click
:
#
5e6b6b
;
--text-color
:
#
6C8080
;
--text-color-click
:
#
6C8080
;
--main-hover
:
#dce1e1
;
--button-filters
:
#e1e8e8
;
--text-filter
:
#6c8080
;
...
...
This diff is collapsed.
Click to expand it.
src/app/layout.js
+
3
−
4
View file @
64bf4b7c
...
...
@@ -11,10 +11,9 @@ export default function RootLayout({ children }) {
return
(
<
html
lang
=
"
pt-BR
"
>
<
head
>
<
link
rel
=
"
icon
"
href
=
"
/icon?png
"
type
=
"
image/png
"
sizes
=
"
png
"
/>
<
link
rel
=
"
preconnect
"
href
=
"
https://fonts.googleapis.com
"
/>
<
link
rel
=
"
preconnect
"
href
=
"
https://fonts.gstatic.com
"
crossOrigin
=
""
/>
<
link
href
=
"
https://fonts.googleapis.com/css2?family=
Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,7
00&display=swap
"
rel
=
"
stylesheet
"
/>
<
link
rel
=
"
preconnect
"
href
=
"
https://fonts.gstatic.com
"
crossOrigin
/>
<
link
href
=
"
https://fonts.googleapis.com/css2?family=
Inter:wght@100..9
00&display=swap
"
rel
=
"
stylesheet
"
/>
<
/head
>
<
body
>
<
Suspense
fallback
=
{
<
Loading
/>
}
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment