changed css
This commit is contained in:
parent
a7c30cfa00
commit
82032853ad
@ -17,6 +17,10 @@ a {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: rgb(4, 0, 255);
|
background: rgb(4, 0, 255);
|
||||||
}
|
}
|
||||||
@ -25,11 +29,11 @@ body {
|
|||||||
font-family: "Compagnon Roman", serif;
|
font-family: "Compagnon Roman", serif;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
0deg,
|
0deg,
|
||||||
rgba(4, 0, 255, 1) 1%,
|
rgba(0, 0, 255, 1) 75%,
|
||||||
rgba(255, 0, 255, 1) 86%
|
rgba(255, 0, 255, 1) 100%
|
||||||
);
|
);
|
||||||
font-size: 1.4rem;
|
font-size: 1.2rem;
|
||||||
line-height: 1.2;
|
line-height: 1.1;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -71,7 +75,7 @@ ul {
|
|||||||
|
|
||||||
#programmes-list h1,
|
#programmes-list h1,
|
||||||
#programmes-list h2 {
|
#programmes-list h2 {
|
||||||
font-size: 1.4rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#programmes-list h2 {
|
#programmes-list h2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user