Fix focused links

FossilOrigin-Name: 9123dc43b6e73d94c81fefb69d51e70b5866b134c80f94e5c0e9407ece2e532a
This commit is contained in:
nekobit 2022-06-14 15:35:26 +00:00
parent 7a64a6dc7f
commit 4e2a9ae33b

16
dist/treebird20.css vendored
View file

@ -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);