forked from varia/varia.website
added opacity for old posts
This commit is contained in:
parent
94aad66b82
commit
473f95d0bc
@ -189,7 +189,7 @@ pre{
|
|||||||
}
|
}
|
||||||
.hentry .article-info .entry-title a{
|
.hentry .article-info .entry-title a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
8}
|
||||||
/* ascii art styling */
|
/* ascii art styling */
|
||||||
.hentry pre{
|
.hentry pre{
|
||||||
font-size: 14.4px;
|
font-size: 14.4px;
|
||||||
@ -272,4 +272,9 @@ pre{
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* add a monochrome filter over past events */
|
||||||
|
.past-event{
|
||||||
|
filter:opacity(0.1);
|
||||||
|
/*filter: url("/images/filter.svg#monochrome");
|
||||||
|
-webkit-filter: url("/images/filter.svg#monochrome");*/
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user