docs style updated

This commit is contained in:
developer 2026-03-27 11:23:13 +08:00
parent b36447cf38
commit c7eb1880fc

View File

@ -69,6 +69,14 @@
background-color: {{ DESIGN_PARAMETERS['primary_color'] }};
border-color: {{ DESIGN_PARAMETERS['primary_color'] }};
}
.document-card:hover .download {
background-color: {{ DESIGN_PARAMETERS['primary_color'] }}!important
}
.document-card:hover h4 {
color: {{ DESIGN_PARAMETERS['primary_color'] }}!important
}
@endif
@if(array_key_exists('secondary_color', DESIGN_PARAMETERS))