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_index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'templates/fluid/template_index.html') diff --git a/templates/fluid/template_index.html b/templates/fluid/template_index.html index d0b6e8b..89c5be1 100644 --- a/templates/fluid/template_index.html +++ b/templates/fluid/template_index.html @@ -2,11 +2,16 @@ - - $(PAGE_TITLE) + + $(PAGE_TITLE) - + + -- cgit v1.2.3