diff --git a/css/theme.css b/css/theme.css index 6982051..17f278b 100644 --- a/css/theme.css +++ b/css/theme.css @@ -121,3 +121,19 @@ nav li{ .menu_articles .pagination strong { font-size:1em; }*/ + +/*Configuration des pages listants des articles (rubrique, article, tags)*/ +.listes-articles { + font-family: var(--policetitre); +} + +.listes-articles > li::before { + content: '* '; + font-weight: bold; + margin-left: 0em; +} + +.listes-articles > ul { + margin-left: 0em; + list-style-type: none; +} \ No newline at end of file