add intensity in teleported toggleFlags

This commit is contained in:
2021-05-18 16:14:10 +02:00
parent 5acc78507e
commit f978636d57
7 changed files with 71 additions and 10 deletions

View File

@@ -182,3 +182,15 @@ div.results {
color: grey;
margin-right: 1em;
}
a.flag-toggle {
color: white;
padding: 0 10px;
cursor: pointer;
&:hover {
color: white;
//border: 1px solid rgba(255,255,255,0.2);
text-decoration: underline;
border-radius: 20px;
}
}