list-of-demos / style.css
hysts's picture
hysts HF staff
Update
77df2c6
raw
history blame
No virus
397 Bytes
h1 {
text-align: center;
}
body a,
#component-0 a {
background-color: transparent;
color: #58a6ff;
text-decoration: none;
}
body a:active,
body a:hover {
outline-width: 0;
}
body a:hover {
text-decoration: underline;
}
div.green {
color: green;
}
div.red {
color: red;
}
div.deepskyblue {
color: deepskyblue;
}
div.orange {
color: orange;
}
div.cyan {
color: cyan;
}