Browse Source

Merge branch 'master' of ssh://vvvvvvaria.org:12345/varia/varia.website

master
mb@mb 6 years ago
parent
commit
e4d6849897
  1. 4
      README.md
  2. 9
      themes/cetcat/static/css/main.css

4
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

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