X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Ffrio%2Fcss%2Fstyle.css;h=91b6219f1787a46215f1ac78dbcd9c26a69e4da0;hb=d489ba1510a2dcfaa7851d937d3c37a9541544c9;hp=abdfba2ba1621bc8a41f7d753e1155201c274312;hpb=3cb93240727d8c6958e5626655e352152c74ce31;p=friendica.git diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index abdfba2ba1..91b6219f17 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1499,14 +1499,19 @@ code > .hl-main { /* item social action buttons */ .wall-item-actions, .wall-item-actions a { font-size: 13px; - /*color: #aeaeae;*/ color: #555; margin-top: 15px; margin-bottom: 0; } +.wall-item-actions a.active { + font-weight: bold; +} .wall-item-actions a:hover { color: #555; } +.wall-item-actions a.active:hover { + color: $link_color; +} .wall-item-actions-left { display: table-cell; vertical-align: middle; @@ -2313,9 +2318,13 @@ section.help-content-wrapper h2 { section.help-content-wrapper h3 { font-size: 1.2em; } +section.help-content-wrapper h4 { + font-size: 1em; +} section.help-content-wrapper h1, section.help-content-wrapper h2, section.help-content-wrapper h3, +section.help-content-wrapper h4, section.help-content-wrapper h5, section.help-content-wrapper h6 { margin-top: 24px; @@ -2327,7 +2336,8 @@ section.help-content-wrapper p { margin: 0.4em 0; } section.help-content-wrapper p, -section.help-content-wrapper a { +section.help-content-wrapper a, +section.help-content-wrapper li { line-height: 1.6; font-size: 0.96em; }