1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-03-14 07:22:37 +00:00

12 lines
107 B
CSS
Raw Normal View History

2017-02-24 09:57:27 +01:00
/**
* Global CSS rules
*
* @author Pierre HUBERT
*/
/**
* <a> elements
*/
a {
cursor: pointer;
}