12rambau/sepal_ui

View on GitHub
docs/source/_static/css/icon.css

Summary

Maintainability
Test Coverage
/*******************************************************************************
 * color the icon in the header navbar
 */
i.fa-github:hover {
  color: #333;
}
i.fa-python:hover {
  color: #306998;
}