Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fsinfo
website
Commits
afb0dd9a
Unverified
Commit
afb0dd9a
authored
Nov 19, 2020
by
Felix Schelle
Browse files
change link interactive colors
parent
868c4b26
Pipeline
#159851
passed with stage
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theme/eule/static/css/main.css
View file @
afb0dd9a
...
...
@@ -224,12 +224,13 @@ body > nav ul li:last-child a {
}
body
>
nav
ul
li
a
:visited
{
color
:
inherit
;
color
:
#fff
;
}
body
>
nav
ul
li
a
:hover
,
body
>
nav
ul
li
a
:active
,
body
>
nav
ul
li
a
:focus
{
/*
color: #
cbd;*/
color
:
#
fff
;
background-color
:
#64b
;
border-color
:
#cbd
;
box-shadow
:
0
0
5px
#cbd
;
...
...
@@ -295,6 +296,11 @@ body > footer a:active {
text-decoration
:
underline
;
}
body
>
footer
a
:hover
,
body
>
footer
a
:focus
{
color
:
#fff
;
text-shadow
:
1px
1px
2px
#cbd
;
}
/* === responsive foo === */
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment