diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2021-01-12 22:25:39 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2021-01-15 21:47:22 +0100 |
| commit | 26cd374453e6b8edfdf3ede436a7463861349be9 (patch) | |
| tree | 2afcc7946e0d5bff7ec7d8455708ac73c6697f4f /templates/fluid/styles.css | |
| parent | d3cbbd5b8ab09f3023bbe5067a39935495e59847 (diff) | |
| download | cataract-26cd374453e6b8edfdf3ede436a7463861349be9.tar.xz | |
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.
Diffstat (limited to 'templates/fluid/styles.css')
| -rw-r--r-- | templates/fluid/styles.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/fluid/styles.css b/templates/fluid/styles.css index 2322f3c..28be360 100644 --- a/templates/fluid/styles.css +++ b/templates/fluid/styles.css @@ -27,11 +27,6 @@ div.content div.title { /* text-shadow: rgba(240, 230, 199, 0.5) 0 0 2px; */ } -/* Size buttons tend to show color frame in Firefox */ -a:active, a:visited { - color: rgba(0, 255, 0, 0); -} - div.content div.title a, div.content div.text a, div.photo div.photo-title a, |
