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{
|
||||
text-decoration: none;
|
||||
}
|
||||
8}
|
||||
/* ascii art styling */
|
||||
.hentry pre{
|
||||
font-size: 14.4px;
|
||||
@ -272,4 +272,9 @@ pre{
|
||||
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