Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
James Pelletier
home
Commits
41912042
Commit
41912042
authored
Dec 26, 2017
by
James Pelletier
Browse files
Update style.css
parent
b1ed1400
Pipeline
#1284
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/style.css
View file @
41912042
body
{
body
{
font-family
:
sans-
serif
;
font-family
:
'IM Fell English'
,
serif
;
margin
:
auto
;
margin
:
30px
;
max-width
:
1280px
;
background-color
:
#E8E8E8
;
}
}
.navbar
{
header
{
background-color
:
#313236
;
font-family
:
'IM Fell English SC'
,
serif
;
border-radius
:
2px
;
max-width
:
800px
;
}
}
.navbar
a
{
a
:link
{
color
:
#aaa
;
color
:
#5F7EC6
;
display
:
inline-block
;
font-size
:
15px
;
padding
:
10px
;
text-decoration
:
none
;
}
}
.navbar
a
:hover
{
a
:visited
{
color
:
#
ffffff
;
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