From 26cd374453e6b8edfdf3ede436a7463861349be9 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 12 Jan 2021 22:25:39 +0100 Subject: fluid: Set default link colour before loading the common CSS file Recent Webkit-based browsers tend to animate link colour from builtin one (blue) once the common CSS stylesheet file gets loaded, resulting in unwanted animation. So set a sane default color within the HTML files so that the animation goes unnoticed. Still would be great to disable initial transitions altogether. --- templates/fluid/template_album.html | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'templates/fluid/template_album.html') diff --git a/templates/fluid/template_album.html b/templates/fluid/template_album.html index 465c631..2535a58 100644 --- a/templates/fluid/template_album.html +++ b/templates/fluid/template_album.html @@ -2,32 +2,36 @@ - - $(PAGE_TITLE) + + $(PAGE_TITLE) - - - - + } + + -- cgit v1.2.3