Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
inkletblot-com-v2
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Solomon Laing
inkletblot-com-v2
Merge requests
!13
Feature/nav theme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/nav theme
feature/nav-theme
into
develop
Overview
0
Commits
3
Pipelines
1
Changes
13
Merged
Solomon Laing
requested to merge
feature/nav-theme
into
develop
3 years ago
Overview
0
Commits
3
Pipelines
1
Changes
13
Expand
updated nav theme and removed scrolling bug
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
2935df9b
3 commits,
3 years ago
13 files
+
120
−
72
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
src/app/home/home.component.scss
+
3
−
3
Options
@@ -19,7 +19,7 @@
.headshot
{
width
:
200px
;
height
:
200px
;
border
:
colors
.
$inklets-color-
fg
5px
solid
;
border
:
colors
.
$inklets-color-
red-light
5px
solid
;
border-radius
:
100px
;
}
@@ -27,7 +27,7 @@
margin-left
:
30px
;
h1
{
border-bottom
:
colors
.
$inklets-color-
fg
2px
dashed
;
border-bottom
:
colors
.
$inklets-color-
red-light
2px
dashed
;
img
{
width
:
30px
;
@@ -50,7 +50,7 @@
color
:
colors
.
$inklets-color-white
;
}
>
a
:hover
{
color
:
colors
.
$inklets-color-
fg
;
color
:
colors
.
$inklets-color-
red-light
;
}
}
}
\ No newline at end of file
Loading