Browse Source

changed css

master
simoon 5 years ago
parent
commit
82032853ad
  1. 14
      hbbs/static/css/styles.css

14
hbbs/static/css/styles.css

@ -17,6 +17,10 @@ a {
color: white;
}
a:hover {
color: white;
}
html {
background: rgb(4, 0, 255);
}
@ -25,11 +29,11 @@ body {
font-family: "Compagnon Roman", serif;
background: linear-gradient(
0deg,
rgba(4, 0, 255, 1) 1%,
rgba(255, 0, 255, 1) 86%
rgba(0, 0, 255, 1) 75%,
rgba(255, 0, 255, 1) 100%
);
font-size: 1.4rem;
line-height: 1.2;
font-size: 1.2rem;
line-height: 1.1;
color: white;
}
@ -71,7 +75,7 @@ ul {
#programmes-list h1,
#programmes-list h2 {
font-size: 1.4rem;
font-size: 1.2rem;
}
#programmes-list h2 {

Loading…
Cancel
Save