Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Menu
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Rautenkranz
site
Commits
afbf8675
Commit
afbf8675
authored
May 26, 2017
by
Tobias Rautenkranz
Browse files
Better style for links
parent
69bc03a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/main.css
View file @
afbf8675
...
...
@@ -5,6 +5,19 @@ body {
background-color
:
#fff
;
}
a
{
color
:
#700080
;
text-decoration
:
underline
;
}
a
:hover
{
color
:
#9020a0
;
text-decoration
:
none
;
}
a
:visited
{
color
:
#500040
;
text-decoration
:
underline
;
}
img
{
max-width
:
500px
;
}
...
...
@@ -54,20 +67,24 @@ nav {
background-color
:
#708
;
text-align
:
right
;
}
nav
a
{
color
:
#fff
;
nav
a
,
nav
a
:visited
{
color
:
#eee
;
background-color
:
#708
;
font-weight
:
bold
;
text-decoration
:
none
;
padding
:
0
1em
0
1em
;
maring
:
0
0.2em
0
0.2em
;
}
nav
a
:hover
{
text-decoration
:
underline
;
color
:
#fff
;
background-color
:
#92a
;
}
nav
ul
{
display
:
inline
;
}
nav
li
{
padding-right
:
2em
;
display
:
inline
;
}
...
...
Write
Preview
Supports
Markdown
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