mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
17 lines
No EOL
217 B
CSS
17 lines
No EOL
217 B
CSS
/* links */
|
|
a {
|
|
color: #3366CC;
|
|
border: none;
|
|
}
|
|
|
|
a:focus {
|
|
outline: 0;
|
|
color: #DF5353;
|
|
text-decoration: none;
|
|
border: 1px dotted #aaa;
|
|
}
|
|
|
|
a:hover {
|
|
color: #333;
|
|
text-decoration: none;
|
|
} |