Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
greg
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
it-bott-integrasjoner
greg
Merge requests
!60
Fix linting errors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix linting errors
fix_linting_errors
into
master
Overview
3
Commits
7
Pipelines
5
Changes
1
All threads resolved!
Hide all comments
Merged
Tore.Brede
requested to merge
fix_linting_errors
into
master
3 years ago
Overview
3
Commits
7
Pipelines
5
Changes
1
All threads resolved!
Hide all comments
Expand
Fixing linting errors reported by eslint
Edited
3 years ago
by
Tore.Brede
0
0
Merge request reports
Viewing commit
18baeb8c
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
18baeb8c
Changing wrong color back to white
· 18baeb8c
Tore.Brede
authored
3 years ago
frontend/src/themes/main.ts
+
1
−
1
Options
@@ -14,7 +14,7 @@ const mainTheme: DefaultTheme = {
height
:
'
5rem
'
,
},
horizontalPadding
:
'
2rem
'
,
linkInternalColor
:
'
black
'
,
linkInternalColor
:
'
white
'
,
linkExternalColor
:
'
blueish
'
,
maxWidth
:
'
110rem
'
,
page
:
{
Loading