website/styles.css
Pratyush Desai a3a5402af2 cytube, jitsi and footers
Signed-off-by: Pratyush Desai <pratyushndesai@gmail.com>
2021-07-23 21:30:43 +05:30

17 lines
178 B
CSS

body {
background-color: black;
color: white;
}
a {
text-decoration: none;
color: green;
}
a:hover {
background-color: blue;
}
footer {
color: green;
}