/*
Theme Name: GeneratePress Child
Description: Child Theme for the GeneratePress Theme.
Author: Nora Cheikh
Author URI: https://noracheikh.com/
Template: generatepress
Version: 1.0.0
*/

/* === STICKY NAVIGATION === */

.main-navigation.is_stuck {
  background-color: var(--accent);
}

/* === PUBLICATIONS PAGE === */

.publications-list li {
  margin-top: 30px;
}
