Изменить 'style/main.css'

Button unifying
This commit is contained in:
Blue 2019-07-29 10:27:09 +00:00
parent 1d701a3d3f
commit 1b76fa3fe1
1 changed files with 3 additions and 6 deletions

View File

@ -10,7 +10,7 @@ html, body {
.button {
width: 180px;
flex: auto;
border-radius: 5px;
display: block;
padding: 20px;
background-color: #cde6ea;
@ -24,10 +24,6 @@ html, body {
transition: background-color 0.2s ease;
}
.button:hover {
background-color: rgba(0, 0, 0, 0.2);
}
nav {
display: flex;
overflow: hidden;
@ -53,7 +49,8 @@ nav > a.current {
background-color: #5db9ef;
}
nav > a:hover {
nav > a:hover,
.button:hover {
background-color: rgba(0, 0, 0, 0.2);
}