mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Change link color
This commit is contained in:
parent
4a29a431af
commit
55ea2ac763
@ -5,6 +5,12 @@ body{
|
||||
width: 100%;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #265C83;
|
||||
}
|
||||
a:hover { color: #7FDBFF; }
|
||||
a:active { color: #007BE6; }
|
||||
/*--------------------------------HEADER-------------------------------*/
|
||||
#logo {
|
||||
margin-left: 5%;
|
||||
@ -24,7 +30,7 @@ header a {
|
||||
padding: 1em;
|
||||
}
|
||||
header a:hover {
|
||||
color: #2D3;
|
||||
color: #265C83;
|
||||
}
|
||||
header form {
|
||||
display: inline-block;
|
||||
@ -61,6 +67,7 @@ nav a {
|
||||
}
|
||||
nav a:hover {
|
||||
background: purple;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/*--------------------------------CONTENT------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user