Browse Source

added opacity for old posts

master
rra 6 years ago
parent
commit
473f95d0bc
  1. 9
      themes/cetcat/static/css/main.css

9
themes/cetcat/static/css/main.css

@ -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…
Cancel
Save