X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Fpalette.css;h=49fb747a465d44549bf91f402eee2257022e9a3e;hb=0b5dcc08f7f673a84f627e5e7d51fd46a21c66f4;hp=28ab8a8db23717dfe24f9260def695a1a6b1c9bd;hpb=66ba3e1a614b43fd5ad61389fe855987fd56ace1;p=dygraphs.git diff --git a/experimental/palette/palette.css b/experimental/palette/palette.css index 28ab8a8..49fb747 100644 --- a/experimental/palette/palette.css +++ b/experimental/palette/palette.css @@ -36,3 +36,22 @@ border: 2px inset; border-color: #EEE; } + +.palette a:link { + color: #3333FF; + text-decoration: none; +} + +.palette a:visited { + color: #3333FF; + text-decoration: none; +} + +.palette a:hover { + color: #3333FF; + text-decoration: underline; +} + +.palette a:active { + color: #0000FF; +}