mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Added users tag support
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user