mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-07 14:15:34 +00:00
13 lines
166 B
CSS
13 lines
166 B
CSS
#project-selector a {
|
|
color: #333;
|
|
}
|
|
|
|
#project-selector a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
#project-selector a:hover .panel {
|
|
border-color: #0091EA;
|
|
}
|
|
|