css fix
This commit is contained in:
parent
6794f36905
commit
c21518bd2b
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
go.work
|
||||
|
||||
test/scripts/csswatch.sh
|
||||
go.mod
|
||||
|
@ -6,6 +6,7 @@ $repo-home-header-nav-right-text-color: #f0f0f0;
|
||||
$repo-home-header-nav-right-hover-bg-color: #333;
|
||||
$repo-home-header-border-color: #444;
|
||||
$repo-home-header-nav-hover-bg-color: #444;
|
||||
$repo-home-header-profile-hover-border-color: #707070;
|
||||
|
||||
// Header Styles
|
||||
header {
|
||||
@ -81,7 +82,7 @@ header {
|
||||
}
|
||||
|
||||
&:hover {
|
||||
border: 1px solid #707070;
|
||||
border: 1px solid $repo-home-header-profile-hover-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user