Last fix
This commit is contained in:
parent
78a4cf60f5
commit
35fa4bbcf6
10
res/web.css
10
res/web.css
|
@ -18,7 +18,7 @@ html {
|
|||
transition: ease-out 0.5s;
|
||||
}
|
||||
.header:hover {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.header-title {
|
||||
width: 100%;
|
||||
|
@ -44,6 +44,10 @@ html {
|
|||
flex: 1 1 0;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.sticky > #links-header a:hover {
|
||||
background-color: rgba(255 ,255 ,255, 0.5);
|
||||
color: #a11;
|
||||
}
|
||||
.sticky {
|
||||
position: fixed;
|
||||
background-color: rgba(10, 10, 10, 0.7);
|
||||
|
@ -71,8 +75,8 @@ html {
|
|||
font-size: 20px;
|
||||
font-family: 'Dosis', sans-serif;
|
||||
}
|
||||
.header a:hover {
|
||||
background-color: rgba(255 ,255 ,255, 0.5);
|
||||
#links-header a:hover {
|
||||
background-color: rgba(255 ,255 ,255, 0);
|
||||
color: #a11;
|
||||
}
|
||||
.content {
|
||||
|
|
Loading…
Reference in New Issue