Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
James Pelletier
home
Commits
41912042
Commit
41912042
authored
Dec 26, 2017
by
James Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update style.css
parent
b1ed1400
Pipeline
#1284
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
15 deletions
+49
-15
public/style.css
public/style.css
+49
-15
No files found.
public/style.css
View file @
41912042
body
{
font-family
:
sans-
serif
;
margin
:
auto
;
max-width
:
1280px
;
font-family
:
'IM Fell English'
,
serif
;
margin
:
30px
;
background-color
:
#E8E8E8
;
}
.navbar
{
background-color
:
#313236
;
border-radius
:
2px
;
max-width
:
800px
;
header
{
font-family
:
'IM Fell English SC'
,
serif
;
}
.navbar
a
{
color
:
#aaa
;
display
:
inline-block
;
font-size
:
15px
;
padding
:
10px
;
text-decoration
:
none
;
a
:link
{
color
:
#5F7EC6
;
}
.navbar
a
:hover
{
color
:
#ffffff
;
a
:visited
{
color
:
#5F7EC6
;
}
a
:hover
{
color
:
#FF6B6B
;
}
a
:active
{
color
:
#FF6B6B
;
}
ul
{
list-style-type
:
none
;
margin
:
0
;
padding
:
0
;
overflow
:
hidden
;
background-color
:
#333
;
}
li
{
float
:
left
;
}
li
a
{
display
:
block
;
color
:
#E8E8E8
;
text-align
:
center
;
padding
:
14px
16px
;
text-decoration
:
none
;
}
li
a
:link
{
color
:
#E8E8E8
;
}
li
a
:visited
{
color
:
#E8E8E8
;
}
li
a
:hover
{
color
:
#333
;
background-color
:
#E8E8E8
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment