diff --git a/style.css b/style.css index 26f8504..f24831a 100644 --- a/style.css +++ b/style.css @@ -24,6 +24,14 @@ src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff'); } +#block-types-container #block-types .block-types-group .tags-block { + width: 112px; +} + +.block-types-group { + padding: 10px 2px 0 2px; + background-color: rgba(255, 255, 255, 0.3); +} #custom-menu a:hover { background-color: #E1E4E4; } -- libgit2 0.21.2