diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/custom/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/custom/global.css b/skins/custom/global.css index 27232c274..cc155124a 100644 --- a/skins/custom/global.css +++ b/skins/custom/global.css @@ -71,3 +71,7 @@ a.controller { width: 100%; text-align: right; } + +.highlighted { + background: lightyellow; +} |