Update style.css
This commit is contained in:
parent
a5de82b1ed
commit
3b0786b81a
|
@ -80,7 +80,7 @@ a:hover {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
background: #484747;
|
background: #484747;
|
||||||
border: 2px solid #99ff00;
|
border: 0px solid #99ff00;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ a:hover {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
border: 2px solid #99ff00;
|
border: 0px solid #99ff00;
|
||||||
color: #99ff00;
|
color: #99ff00;
|
||||||
background: #484747;
|
background: #484747;
|
||||||
}
|
}
|
||||||
|
@ -129,7 +129,7 @@ a:hover {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
border-bottom: 2px solid #99ff00;
|
border-bottom: 1px solid #99ff00;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: #484747;
|
background: #484747;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -145,7 +145,7 @@ code {
|
||||||
.panel {
|
.panel {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
background-color: #484747;
|
background-color: #484747;
|
||||||
border: 2px solid #99ff00;
|
border: 0px solid #99ff00;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user