OSDN Git Service

[update] : メニューバーの色合いを改善
[alterlinux/hayao.fascode.net.git] / buildmydist-2 / style / common.css
index 299f82c..fe465be 100644 (file)
@@ -28,10 +28,14 @@ header{
     text-decoration: none;
 }
 
+.bar-item-left a{
+    display: block;
+}
+
 /* クリックされたときの色 */
 .bar-item-left:active, .bar-logo:active{
     /* 文字色を設定 */
-    color: var(--old-red-1);
+    background-color: var(--old-red-1) !important;
 
     /* 選択を無効化 */
     user-select: none;