mirror of https://github.com/Cesura/pastey.git
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.
19 lines
285 B
19 lines
285 B
4 years ago
|
.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);
|
||
|
}
|