You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pastey/static/themes/Light.css

19 lines
285 B

.pastey-logo {
background-image: url('/static/img/pastey.png');
}
.pastey-link {
color: rgba(0, 0, 0, 0.55);
}
.pastey-link:hover {
color: rgba(0, 0, 0, 0.70);;
}
/*
Syntax highlighting
See Google prettify for more details
*/
.pun {
color: rgba(0, 0, 0);
}