Added users tag support

This commit is contained in:
Pierre
2018-05-03 22:44:22 +02:00
parent 1044e3ff64
commit d6d6c2aa4c
3 changed files with 82 additions and 2 deletions

View File

@ -9,4 +9,18 @@
*/
a {
cursor: pointer;
}
/**
* <a> like elements
*/
.a {
cursor: pointer;
outline: none;
text-decoration: none;
color: #3c8dbc;
}
.a:focus, .a:hover {
color: #72afd2;
}