Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghcup-hs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Show more breadcrumbs
Haskell
ghcup-hs
Commits
eb0e9df6
Commit
eb0e9df6
authored
3 years ago
by
Arjun Kathuria
Browse files
Options
Downloads
Patches
Plain Diff
change the website theme to a consistent purple, to match haddock's
parent
5dc5c209
No related branches found
Branches containing commit
No related tags found
1 merge request
!204
change the website theme to a consistent purple, to match haddock's
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/css/extra.css
+26
-34
26 additions, 34 deletions
docs/css/extra.css
with
26 additions
and
34 deletions
docs/css/extra.css
+
26
−
34
View file @
eb0e9df6
:root
{
--theme-purple
:
#5E5184
;
--link-pink
:
#9E358F
;
}
h2
{
border-bottom
:
1px
solid
#CCC
;
...
...
@@ -102,41 +107,39 @@ body.homepage>div.container div.col-md-9 {
}
.bg-primary
{
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#996FC2
),
color-stop
(
60%
,
#6A478D
),
to
(
#5E5086
))
!important
;
background-image
:
linear-gradient
(
#996FC2
,
#6A478D
60%
,
#5E5086
)
!important
;
background-repeat
:
no-repeat
!important
;
background-image
:
none
;
background-color
:
var
(
--theme-purple
)
!important
;
}
.btn-primary
{
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#996FC2
),
color-stop
(
60%
,
#6A478D
),
to
(
#5E5086
))
!important
;
background-image
:
linear-gradient
(
#996FC2
,
#6A478D
60%
,
#5E5086
)
!important
;
background-repeat
:
no-repeat
!important
;
color
:
#fff
;
background-color
:
#996FC1
;
border-color
:
#996FC1
;
border-bottom
:
1px
solid
#453A62
;
body
.bg-primary
{
background-image
:
none
;
background-color
:
var
(
--theme-purple
);
border
:
1px
solid
var
(
--theme-purple
);
}
.navbar
{
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#996FC2
),
color-stop
(
60%
,
#6A478D
),
to
(
#5E5086
))
!important
;
background-image
:
linear-gradient
(
#996FC2
,
#6A478D
60%
,
#5E5086
)
!important
;
background-repeat
:
no-repeat
!important
;
body
.btn-primary
{
background-image
:
none
;
background-color
:
var
(
--theme-purple
);
border
:
1px
solid
var
(
--theme-purple
);
}
color
:
#fff
;
background-color
:
#996FC1
;
border-color
:
#996FC1
;
.navbar.fixed-top
{
background-image
:
none
;
background-color
:
var
(
--theme-purple
);
border
:
1px
solid
var
(
--theme-purple
);
}
border-bottom
:
1px
solid
#453A62
;
.btn-primary
:hover
{
background-color
:
var
(
--theme-purple
);
border
:
1px
solid
var
(
--theme-purple
);
}
a
{
color
:
#996FC2
;
color
:
var
(
--link-pink
)
;
}
a
:hover
{
color
:
#
674489
;
color
:
#
996FC2
;
}
.col-md-9
img
.main-logo
{
...
...
@@ -145,17 +148,6 @@ a:hover {
margin
:
0px
;
}
.navbar-default
.navbar-nav
>
.active
>
a
,
.navbar-default
.navbar-nav
>
.active
>
a
:hover
,
.navbar-default
.navbar-nav
>
.active
>
a
:focus
{
color
:
#fff
;
background-color
:
#453A62
;
border-color
:
#996FC1
;
}
.navbar-default
.navbar-nav
>
li
>
a
:hover
,
.navbar-default
.navbar-nav
>
li
>
a
:focus
{
color
:
#fff
;
background-color
:
#453A62
;
}
.ghcup-intro
{
text-align
:
center
;
}
...
...
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