:root{
    --secondary: #006063;
    --accent: white;
    --header-color: white;
    --breadcrumbs-bg: #035254;
}

:root[data-theme="light"] {
    --primary: #227578;
    --secondary: #006063;
    --accent: white;
    --header-color: white;
    --breadcrumbs-bg: #035254;
    --selected-row: #d9e7e8;
}

:root[data-theme="dark"] {
    --primary: #035254;
    --secondary: #006063;
    --accent: white;
    --header-color: white;
    --breadcrumbs-bg: #035254;
    --selected-row: #083b3d;
}

#changelist .actions{
    position: sticky !important;
    top: 0 !important;
    border-bottom: 2px solid #006063 !important;
    z-index: 1 !important;
    margin-bottom: 5px !important;
}