diff options
Diffstat (limited to 'template/yoga/theme/Sylvia')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index a6d4813db..fc1759069 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -331,6 +331,15 @@ A:hover, A:active { border-bottom: 1px solid #FF3363; cursor: pointer; } +a.external { + color:#FF3363; + border:0; + text-decoration: none; +} +a.external:hover { + color:#FF7700; + border:0; +} a.Piwigo { font-family: verdana, arial, helvetica, sans-serif !important; font-size: 11px; font-weight: normal; letter-spacing: 0; |