Transparent style

main
Bob Mottram 2021-02-12 19:37:24 +00:00
parent 15d27d842e
commit 8532e71cc1
1 changed files with 8 additions and 0 deletions

View File

@ -98,6 +98,14 @@ a:focus {
border: 2px solid var(--focus-color);
}
.transparent {
color: transparent;
background: transparent;
font-size: 0px;
line-height: 0px;
height: 0px;
}
.follow {
height: 100%;
position: relative;