Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gabian
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
Container 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
pelican
gabian
Commits
c300e6bc
Commit
c300e6bc
authored
2 years ago
by
Emmanuel Godard
Browse files
Options
Downloads
Patches
Plain Diff
Gabian colors
parent
bad03657
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/css/main.css
+14
-6
14 additions, 6 deletions
static/css/main.css
templates/base.html
+1
-2
1 addition, 2 deletions
templates/base.html
with
15 additions
and
8 deletions
static/css/main.css
+
14
−
6
View file @
c300e6bc
...
...
@@ -16,6 +16,7 @@ h5,
h6
,
time
{
font-family
:
"Ruda"
,
sans-serif
;
color
:
#15A9DB
;
}
#container
{
...
...
@@ -41,14 +42,21 @@ time {
#container
header
{
margin-bottom
:
1em
;
color
:
#15A9DB
;
}
#container
header
h1
{
font-size
:
2.8rem
;
}
margin
:
0
-1em
0em
-1em
;
}
@media
only
screen
and
(
max-width
:
800px
)
{
#container
header
h1
{
margin
:
0
;
}
}
#container
header
h1
a
{
color
:
#
000000
;
color
:
#
15A9DB
;
font-size
:
2.8rem
;
}
...
...
@@ -96,7 +104,7 @@ time {
}
#container
nav
ul
li
a
.active
{
border-bottom
:
0.4em
solid
#
666666
;
border-bottom
:
0.4em
solid
#
15A9DB
;
}
#container
main
{
...
...
This diff is collapsed.
Click to expand it.
templates/base.html
+
1
−
2
View file @
c300e6bc
...
...
@@ -71,8 +71,7 @@
{% endblock %}
<footer>
<h6>
Rendered by
<a
href=
"http://getpelican.com/"
>
Pelican
</a>
•
Theme by
<a
href=
"https://github.com/aleylara/Peli-Kiera"
>
Peli-Kiera
</a>
•
Copyright
Rendered by
<a
href=
"http://getpelican.com/"
>
Pelican
</a>
•
Theme by Gabian
•
Copyright
&
copy{% if COPYRIGHT %}{{ COPYRIGHT }} {% endif %}
{% if AUTHOR %}
‑
{{ AUTHOR }} {% endif %}
</h6>
...
...
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