diff --git a/views/surf.erb b/views/surf.erb index c73202f7..ca38dc51 100644 --- a/views/surf.erb +++ b/views/surf.erb @@ -100,6 +100,15 @@ float: right; margin-right: 9px; } + .popover { + background-color: #555; + } + .popover.bottom .arrow:after { + border-bottom-color: #555; + } + .popover a { + color: #cecece; + } #top-bar .close { background: url(/img/topbar-close.png) no-repeat; width: 13px;