我在我的应用程序中使用Zurb Foundation 5.
设置文件已更新,以便顶栏具有自定义外观。顶栏看起来很完美,但我似乎无法获得顶级链接背景。
我的设置如下:
$topbar-bg-color: rgba(255,255,255,0.9);
$topbar-bg: $topbar-bg-color;
$topbar-link-bg: inherit;
$topbar-link-bg-color-hover: inherit;
$topbar-link-bg-hover: inherit;
顶栏采用不透明的白色,但链接呈现黑色(深色)背景。
我也尝试了以下内容:
有什么想法吗?