refferance page tags style update

This commit is contained in:
edbrz9 2023-01-02 23:29:57 +01:00
parent a6cfe5d173
commit 7e4e5cdcee
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ span.rnav {
cursor: pointer; cursor: pointer;
} }
span.rnav:hover { span.rnav.tagged {
display: inline-block; display: inline-block;
background-color: var(--fg); background-color: var(--fg);
color: black; color: black;
@ -17,3 +17,8 @@ span.rnav:hover {
padding: 15px; padding: 15px;
margin: 15px; margin: 15px;
} }
section.ritem {
margin-left: 20px;
font-size: 1.3rem;
}