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