diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 73960a1..85685bb 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -177,6 +177,21 @@ p.breadcrumb, p.buttons, p.author, p.other-formats { break-inside: avoid-column; /* IE 11 */ display: table; /* Actually FF 20+ */ } +#projects-index ul.projects div.root a.project { + font-size: 34px; + line-height: 1.48em; + padding: 2px 6px; + border-radius: 6px; + background-color: #f2f2f2; +} +#projects-index ul.projects div.child a.project { + font-size: 34px; + line-height: 1.2em; +} +#projects-index ul.projects div a.icon-fav { + padding-right: 20px !important; + background-position: right 30%; +} div#activity dt.icon { background-position: 0 4px !important;