diff --git a/README.md b/README.md index d3003183f1..7f7e4544f5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# CET/CAT Website +# Varia website ## Cloning The folder 'plugins' is linked to the Pelican project '[pelican-plugins](https://github.com/getpelican/pelican-plugins/commit/443739890a96125f4cfa796972a7b53119df89ff)' repository. To clone both the varia.website and pelican-plugins repository, add the --recurse-submodules option in your git clone command: -`git clone https://git.vvvvvvaria.org/varia/varia.manual.git --recurse-submodules` +`git clone https://git.vvvvvvaria.org/varia/varia.website.git --recurse-submodules` ## Update submodules diff --git a/themes/cetcat/static/css/main.css b/themes/cetcat/static/css/main.css index 91a6cf3448..cdbbaad0b7 100644 --- a/themes/cetcat/static/css/main.css +++ b/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");*/ +}