diff --git a/dist/treebird20.css b/dist/treebird20.css index 09091da..f388b9a 100644 --- a/dist/treebird20.css +++ b/dist/treebird20.css @@ -24,6 +24,7 @@ body background-color: unset; font-family: Arial, Helvetica, sans-serif; min-height: 100%; + color: #040404; } @@ -67,7 +68,7 @@ ul a, a:visited, a:hover, a:active { - color: inherit; + color: initial; } .mention @@ -408,7 +409,7 @@ input[type=button], input[type=submit] border: 1px solid #cacaca; } -.sidebarbtn +.sidebarbtn, .sidebarbtn:visited { display: block; margin: 7px 0 7px 0; @@ -961,14 +962,15 @@ p} /********************** * Profiles * **********************/ -.header-btn +.header-btn, .header-btn:visited { - padding: 8px 15px; + padding: 8px 5px; margin: 0; background: inherit; text-decoration: none; color: #606060; - font-size: 14px; + font-size: 13px; + } /* Make inline when not in table */ @@ -1169,8 +1171,8 @@ p} position: relative; float: right; top: 10px; - margin: 0px 15px 15px 0px; - padding: 5px 20px; + margin: 0px 15px 10px 0px; + padding: 5px 10px; border-radius: 24px; background: inherit; box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);