More design tweaks

This commit is contained in:
Thomas Sileo
2018-07-01 12:49:16 +02:00
parent 8449ff0d6e
commit aea8a80fe1
7 changed files with 41 additions and 11 deletions

View File

@@ -28,6 +28,23 @@ a:hover {
.gold {
color: $primary-color;
}
.pcolor {
color: $primary-color;
}
.remote-follow-button {
background: $color-menu-background;
color: $color-light;
text-decoration: none;
padding: 5px 8px;
margin-top: 5px;
border-radius: 2px;
}
.remote-follow-button:hover {
text-decoration: none;
background: $primary-color;
color: $background-color;
}
#header {
margin-bottom: 70px;
@@ -171,6 +188,14 @@ a:hover {
}
}
.bar-item-no-hover {
background: $color-menu-background;
padding: 5px;
color: $color-light;
margin-right:5px;
border-radius:2px;
}
.bar-item {
background: $color-menu-background;
padding: 5px;
@@ -178,6 +203,10 @@ a:hover {
margin-right:5px;
border-radius:2px;
}
.bar-item:hover {
background: $primary-color;
color: $background-color;
}
button.bar-item {
border: 0
}