Files
libvirt/docs/css/main.css
T
Peter Krempa 071d29b726 docs: css: Split out any main-page CSS to local.css
Our other sub-projects such as the libvirt-wiki and soon also the
libvirt-security-notices will use the same CSS via asset import script.

Move any specifics into 'local.css' which will be defined by the
sub-projects so that 'main.css' can be imported directly.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2025-11-24 16:40:24 +01:00

6 lines
143 B
CSS

@import url(fonts.css);
@import url(generic.css);
@import url(libvirt-template.css);
@import url(mobile-template.css);
@import url(local.css);