fix css errors and hide about page

This commit is contained in:
bachir souldi
2022-06-08 11:19:36 +01:00
parent d5522f1a34
commit a9521f56b4
2 changed files with 10 additions and 3 deletions

View File

@@ -1027,3 +1027,7 @@ text {
box-shadow: none;
border-color: #c0c0c0;
}
li a[href="#/about"] {
display: none;
visibility: hidden;
}

View File

@@ -232,7 +232,7 @@
background-color: #3366CC;
}
.button-black, .button-black:focus, .button-black:hover{
border : 1px solid #00000;
border : 1px solid #000000;
color :white;
background-image: -webkit-linear-gradient(bottom, #000000, #808080);
background-image: -moz-linear-gradient(bottom, #000000, #808080);
@@ -434,7 +434,7 @@
padding-left: 5px;
border-bottom: 2px solid yellow;
}
}
.separator-bg-green{
color : white;
background : green;
@@ -671,4 +671,7 @@
color: #000;
}
li a[href="#/about"] {
display: none;
visibility: hidden;
}