This commit is contained in:
Alex D. 2018-06-13 19:45:32 +02:00
parent 78a4cf60f5
commit 35fa4bbcf6
1 changed files with 7 additions and 3 deletions

View File

@ -18,7 +18,7 @@ html {
transition: ease-out 0.5s; transition: ease-out 0.5s;
} }
.header:hover { .header:hover {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.5);
} }
.header-title { .header-title {
width: 100%; width: 100%;
@ -44,6 +44,10 @@ html {
flex: 1 1 0; flex: 1 1 0;
justify-content: flex-end; justify-content: flex-end;
} }
.sticky > #links-header a:hover {
background-color: rgba(255 ,255 ,255, 0.5);
color: #a11;
}
.sticky { .sticky {
position: fixed; position: fixed;
background-color: rgba(10, 10, 10, 0.7); background-color: rgba(10, 10, 10, 0.7);
@ -71,8 +75,8 @@ html {
font-size: 20px; font-size: 20px;
font-family: 'Dosis', sans-serif; font-family: 'Dosis', sans-serif;
} }
.header a:hover { #links-header a:hover {
background-color: rgba(255 ,255 ,255, 0.5); background-color: rgba(255 ,255 ,255, 0);
color: #a11; color: #a11;
} }
.content { .content {